<div class="ecp-list-item {message:css_class}" data-ecp-id="{message:aep_id}" data-ecp-handle="allocated_product" role="listitem">
  <div class="ecp-box-header">
    {message:product_name}
    <ul class="ecp-attributes" data-ecp-handle="attributes">
      <li data-ecp-handle="attribute_1">{message:GeneralCart/Attribute1_template}</li>
      <li data-ecp-handle="attribute_2">{message:GeneralCart/Attribute2_template}</li>
      <li data-ecp-handle="attribute_3">{message:GeneralCart/Attribute3_template}</li>
    </ul>
  </div>
  <div class="ecp-box-content">
    <div class="ecp-grid ecp-section">
      <div class="ecp-columns ecp-clearfix">
          <div class="ecp-columns-left">
              <img src="{message:thumbnail}" alt="{message:GeneralCart/ImageAlt_template}">
          </div>
          <div class="ecp-columns-right">
            <div class="ecp-grid-row ecp-clearfix">
              <span class="ecp-grid-col-5">{message:GeneralCart/Allocated/PriceLabel}</span>
              <span class="ecp-grid-col-7 ecp-text-right">
                <span data-ecp-handle="discounted">
                  <span class="ecp-price-regular" aria-label="{message:GeneralCart/RegularPriceLabel}">{currency:regular_price}</span><span class="ecp-price-discounted" aria-label="{message:GeneralCart/DiscountPriceLabel}">{currency:discount_price}</span>
                </span>
                <span data-ecp-handle="not_discounted">
                  <span class="ecp-price">{currency:regular_price}</span>
                </span>
              </span>
            </div>
            <div class="ecp-grid-row ecp-clearfix">
              <span class="ecp-grid-col-5">{message:GeneralCart/Allocated/QuantityLabel}</span>
              <span class="ecp-grid-col-7 ecp-text-right"><a href="{message:__allocation_link}" data-ecp-action="load-allocation">{message:cart_quantity}</a></span>
            </div>
            <div class="ecp-grid-row ecp-clearfix">
              <span class="ecp-grid-col-5">{message:GeneralCart/Allocated/TotalLabel}</span>
              <span class="ecp-grid-col-7 ecp-text-right">{currency:total}</span>
            </div>
            <div class="ecp-grid-row ecp-clearfix" data-ecp-handle="cart_request_quantity">
              <span class="ecp-grid-col-5">{message:GeneralCart/Allocated/RequestQuantityLabel}</span>
              <span class="ecp-grid-col-7 ecp-text-right"><a href="{message:__allocation_link}" data-ecp-action="load-allocation">{message:cart_request_quantity}</a></span>
            </div>
          </div>
        </div>
    </div>
    <a href="#" class="ecp-option" data-ecp-action="remove-allocated-product">{message:GeneralCart/RemoveAllocatedLink}</a>
  </div>
</div>