<div id="my_products">
    <div class="header_list">
        <span class="list_title products">{{i18n "checkoutStep2Template.cartListTemplate.productos"}}</span>
        <span class="list_title units">{{i18n "checkoutStep2Template.cartListTemplate.unidades"}}</span>
        <span class="list_title unit_price">{{i18n "checkoutStep2Template.cartListTemplate.unidades"}}</span>
        <span class="list_title saving">{{i18n "checkoutStep2Template.cartListTemplate.ahorro"}}</span>
        <span class="list_title price">{{i18n "checkoutStep2Template.cartListTemplate.precio"}}</span>
    </div>

    {{> desktop/checkoutStep2/cartList/productlistTemplate}}


</div>