<div class="ecp-list-item {message:css_class}" data-ecp-id="{message:product_id}" role="listitem">
  <div class="ecp-columns ecp-clearfix">
    <label>
      <div class="ecp-columns-left">
        <div class="ecp-columns-left ecp-ten-percent ecp-form-input-info">
          <span data-ecp-handle="available"><input type="radio" name="product_id" value="{message:product_id}" aria-label="{message:ReservationBook/SelectReservationProductInputLabel_template}"></span>
          <span data-ecp-handle="not_available">&nbsp;</span>
        </div>
        <div class="ecp-columns-right ecp-ninety-percent ecp-form-input-info">
            <ul class="ecp-item-list ecp-horizontal-list" 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>
        </div>
      </div>
      <div class="ecp-columns-right">
        <div data-ecp-handle="available" class="ecp-text-right">
          <span data-ecp-handle="discounted" class="ecp-form-input-info">
            <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" class="ecp-form-input-info">
            <span class="ecp-price" aria-label="{message:ReservationBook/PriceLabel}" data-ecp-handle="price">{currency:price}</span>
          </span>
        </div>
        <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>
    </label>
  </div>
  <div class="ecp-columns ecp-clearfix ecp-text-right" data-ecp-handle="crv_deposit"></div>
</div>