{{ text_shopping_cart }}
{% if products or vouchers %}

{{ text_items_product }}

{% for product in products %} {% endfor %} {% for voucher in vouchers %} {% endfor %}
{% if product.thumb %} {{ product.name }} {% endif %} {{ product.name }} {% if product.option %} {% for option in product.option %}
- {{ option.name }} {{ option.value }} {% endfor %} {% endif %} {% if product.recurring %}
- {{ text_recurring }} {{ product.recurring }} {% endif %}
x {{ product.quantity }} {{ product.total }}
{{ voucher.description }} x 1 {{ voucher.amount }}
{% for total in totals %} {% endfor %}
{{ total.title }} {{ total.text }}

{{ text_cart }} {{ text_checkout }}

{% else %}

{{ text_empty }}

{% endif %}