{% if not redirect %}
{% for product in products %} {% endfor %} {% for voucher in vouchers %} {% endfor %} {% for total in totals %} {% endfor %}
{{ column_name }} {{ column_model }} {{ column_quantity }} {{ column_price }} {{ column_total }}
{{ product.name }} {% for option in product.option %}
  - {{ option.name }}: {{ option.value }} {% endfor %} {% if product.recurring %}
{{ text_recurring_item }} {{ product.recurring }} {% endif %}
{{ product.model }} {{ product.quantity }} {{ product.price }} {{ product.total }}
{{ voucher.description }} 1 {{ voucher.amount }} {{ voucher.amount }}
{{ total.title }}: {{ total.text }}
{{ payment }} {% else %} {% endif %}