{% for product in products %} {% endfor %} {% for voucher in vouchers %} {% endfor %} {% for total in totals %} {% endfor %}
{{ column_name }} {{ column_total }}
{{ product.quantity }}x {{ product.name }} {% for option in product.option %}
- {{ option.name }}: {{ option.value }} {% endfor %} {% if product.reward %}
- {{ text_points }}: {{ product.reward }} {% endif %} {% if product.subscription %}
- {{ text_subscription }} {{ product.subscription }} {% endif %}
{{ product.total }}
1x {{ voucher.description }} {{ voucher.amount }}
{{ total.title }} {{ total.text }}
{% if payment %} {{ payment }} {% else %}
{% endif %}