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

    {{ text_cart }}   {{ text_checkout }}

  • {% else %}
  • {{ text_empty }}

  • {% endif %}