<div class="ecp-list-item ecp-card {message:css_class}" data-ecp-handle="product" data-ecp-id="{message:cep_id}" role="listitem" aria-level="1">
  <ul class="ecp-item-list ecp-clearfix" data-ecp-handle="attributes" id="ecpi_editable_title_{message:cep_id}">
    <li data-ecp-handle="attribute_1">{message:AllocationCart/Attribute1_template}</li>
    <li data-ecp-handle="attribute_2">{message:AllocationCart/Attribute2_template}</li>
    <li data-ecp-handle="attribute_3">{message:AllocationCart/Attribute3_template}</li>
  </ul>
  <div class="ecp-grid" role="table" aria-labelledby="ecpi_editable_title_{message:cep_id}">
    <div class="ecp-grid-row ecp-clearfix" role="row">
      <span class="ecp-grid-col-6" role="rowheader"><label>{message:RemixCart/PriceLabel}</label></span>
      <span class="ecp-grid-col-6 ecp-text-right" data-ecp-handle="discounted" role="cell">
        <span class="ecp-price-regular" aria-label="{message:RemixCart/RegularPriceLabel}" data-ecp-handle="price_each">{currency:cep_price_each}</span>
        <span class="ecp-price-discounted" aria-label="{message:RemixCart/DiscountPriceLabel}" data-ecp-handle="discount_price_each">{currency:cep_discount_price_each}</span>
      </span>
      <span class="ecp-grid-col-6 ecp-text-right" data-ecp-handle="not_discounted" role="cell">
        <span class="ecp-price" aria-label="{message:RemixCart/PriceLabel}">{currency:cep_price_each}</span>
      </span>
    </div>
    <div class="ecp-grid-row ecp-clearfix" role="row">
      <span class="ecp-grid-col-8" role="rowheader"><label for="ecpi_quantity_{message:cep_id}" class="ecp-form-input-label">{message:RemixCart/QuantityLabel}</label></span>
      <span class="ecp-grid-col-4" role="cell">
        <select id="ecpi_quantity_{message:cep_id}" name="quantity" data-ecp-action="change-quantity" class="ecp-right"></select>
      </span>
    </div>
    <div class="ecp-grid-row ecp-clearfix" role="row">
      <span class="ecp-grid-col-6" role="rowheader"><label>{message:RemixCart/TotalLabel}</label></span>
      <span class="ecp-grid-col-6 ecp-text-right" role="cell">
        <span data-ecp-handle="product_total"></span>
      </span>
    </div>
  </div>
</div>