{% for product in products %}
{% endfor %}
{% for voucher in vouchers %}
{% endfor %}
{{ product.name }}
{% if product.option %}
{% for option in product.option %}
- {{ option.name }} {{ option.value }} {% endfor %} {% endif %} {% if product.recurring %}
- {{ text_recurring }} {{ product.recurring }} {% endif %}
- {{ 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 }}