<div class="ecp-list-item ecp-clearfix {message:css_class}" data-ecp-id="{message:product_id}" role="listitem">
  <div class="ecp-form-row">
    <ul class="ecp-item-list ecp-variant" data-ecp-handle="attributes">
      <li data-ecp-handle="attribute_1">{message:CategoryWithProducts/Attribute1_template}</li>
      <li data-ecp-handle="attribute_2">{message:CategoryWithProducts/Attribute2_template}</li>
      <li data-ecp-handle="attribute_3">{message:CategoryWithProducts/Attribute3_template}</li>
    </ul>
    <span class="ecp-right" data-ecp-handle="not_available">
      <span data-ecp-handle="status_back_ordered">{message:CategoryWithProducts/Status/BackOrdered}</span>
      <span data-ecp-handle="status_call">{message:CategoryWithProducts/Status/Call}</span>
      <span data-ecp-handle="status_discontinued">{message:CategoryWithProducts/Status/Discontinued}</span>
      <span data-ecp-handle="status_pre_ordered">{message:CategoryWithProducts/Status/PreOrdered}</span>
      <span data-ecp-handle="status_restricted_allocated">{message:CategoryWithProducts/Status/RestrictedAllocated}</span>
      <span data-ecp-handle="status_restricted_wine_club">{message:CategoryWithProducts/Status/RestrictedWineClub}</span>
      <span data-ecp-handle="status_sold_out">{message:CategoryWithProducts/Status/SoldOut}</span>
      <span data-ecp-handle="status_maxed_out">{message:CategoryWithProducts/Status/MaxedOut_template}</span>
      <span data-ecp-handle="status_">{message:CategoryWithProducts/Status/Unknown}</span>
      <span data-ecp-handle="status_restricted_ship_state"></span>
    </span>
  </div>
  <div class="ecp-form-row">
    <span class="ecp-form-row-col-75">
      <span data-ecp-handle="discounted">
        <span class="ecp-price-discounted" aria-label="{message:CategoryWithProducts/DiscountPriceLabel}">{currency:cart_discount_price}</span><span class="ecp-price-regular" aria-label="{message:CategoryWithProducts/RegularPriceLabel}">{currency:cart_regular_price}</span>
      </span>
      <span data-ecp-handle="not_discounted">
        <span class="ecp-price" aria-label="{message:CategoryWithProducts/PriceLabel}">{currency:price}</span>
      </span>
    </span>
    <span class="ecp-form-row-col-25" data-ecp-handle="available">
      <select name="product_qty" aria-label="{message:CategoryWithProducts/ProductQuantityLabel_template}">
        <!-- | CategoryWithProducts_Option template | -->
      </select>
    </span>
  </div>
</div>