<div class="ecp-list-item {message:css_class}" data-ecp-id="{message:product_id}" role="listitem">
  <div class="ecp-columns ecp-clearfix">
    <div class="ecp-columns-left">
      <ul class="ecp-item-list ecp-horizontal-list ecp-clearfix" data-ecp-handle="attributes">
        <li data-ecp-handle="attribute_1">{message:ReservationBook/Attribute1_template}</li>
        <li data-ecp-handle="attribute_2">{message:ReservationBook/Attribute2_template}</li>
        <li data-ecp-handle="attribute_3">{message:ReservationBook/Attribute3_template}</li>
      </ul>
      <span class="ecp-clearfix">
        <span data-ecp-handle="available">
          <span data-ecp-handle="discounted">
            <span class="ecp-price-regular" aria-label="{message:ReservationBook/RegularPriceLabel}" data-ecp-handle="price_regular">{currency:cart_regular_price}</span>
            <span class="ecp-price-discounted" aria-label="{message:ReservationBook/DiscountPriceLabel}" data-ecp-handle="price_discounted">{currency:cart_discount_price}</span>
          </span>
          <span data-ecp-handle="not_discounted">
            <div class="ecp-price" aria-label="{message:ReservationBook/PriceLabel}" data-ecp-handle="price">{currency:price}</div>
          </span>
        </span>
      </span>
    </div>
    <div class="ecp-columns-right">
      <span class="ecp-columns-right" data-ecp-handle="available">
        <select name="product_qty" aria-label="{message:ReservationBook/ProductQuantityLabel_template}">
          <!-- | ReservationBook__Product_Option template | -->
        </select>
      </span>
      <div data-ecp-handle="not_available">
        <div class="ecp-callout-box">
          <span data-ecp-handle="status_back_ordered">{message:ReservationBook/Status/BackOrdered}</span>
          <span data-ecp-handle="status_call">{message:ReservationBook/Status/Call}</span>
          <span data-ecp-handle="status_discontinued">{message:ReservationBook/Status/Discontinued}</span>
          <span data-ecp-handle="status_pre_ordered">{message:ReservationBook/Status/PreOrdered}</span>
          <span data-ecp-handle="status_restricted_allocated">{message:ReservationBook/Status/RestrictedAllocated}</span>
          <span data-ecp-handle="status_restricted_wine_club">{message:ReservationBook/Status/RestrictedWineClub}</span>
          <span data-ecp-handle="status_sold_out">{message:ReservationBook/Status/SoldOut}</span>
          <span data-ecp-handle="status_">{message:ReservationBook/Status/Unknown}</span>
        </div>
      </div>
    </div>
  </div>
  <div class="ecp-columns ecp-clearfix" data-ecp-handle="crv_deposit"></div>
</div>