{% if products or vouchers %} {% for product in products %} {% endfor %} {% for voucher in vouchers %} {% endfor %} {% for total in totals %} {% endfor %} {% endif %}
{{ column_image }} {{ column_name }} {{ column_quantity }} {{ column_price }} {{ column_total }}
{% if product.thumb %} {{ product.name }} {% endif %} {{ product.name }}
{% for option in product.option %} {{ option.name }}: {{ option.value }}
{% endfor %} {% if product.reward %}
{{ product.reward }} {% endif %} {% if product.recurring %}
{{ text_recurring_item }} {{ product.recurring }} {% endif %}
{% if edit_cart %}
{% else %} x {{ product.quantity }} {% endif %}
{{ product.price }} {{ product.total }}
{{ voucher.description }} x 1 {{ voucher.amount }} {{ voucher.amount }}
{{ total.title }}: {{ total.text }}