<div class="ecp-component ecp-modal-small ecp_GeneralCartRemoveAllocated">
  <h2>{message:GeneralCartRemoveAllocated/Title}</h2>
  <div class="ecp-modal-small-content">
    <span class="ecp-product-name">{message:product_name}</span>
    <div class="ecp-attributes" data-ecp-handle="attributes">
      <ul>
        <li data-ecp-handle="attribute_1">{message:GeneralCartRemove/Attribute1_template}</li>
        <li data-ecp-handle="attribute_2">{message:GeneralCartRemove/Attribute2_template}</li>
        <li data-ecp-handle="attribute_3">{message:GeneralCartRemove/Attribute3_template}</li>
      </ul>
    </div>
  </div>
  <div class="ecp-modal-small-footer">
    <form class="ecp-form">
      <div class="ecp-form-buttonset-2 ecp-clearfix">
        <button class="ecp-secondary" data-ecp-action="cancel">{message:GeneralCartRemoveAllocated/CancelButton}</button>
        <button data-ecp-action="remove-allocated-product">{message:GeneralCartRemoveAllocated/OKButton}</button>
      </div>
    </form>
  </div>
</div>