{% for product in products %} {% endfor %} {% for voucher in vouchers %} {% endfor %} {% for total in totals %} {% endfor %}
{{ column_image }} {{ column_name }} {{ column_model }} {{ column_quantity }} {{ column_price }} {{ column_total }}
{% if product.thumb %} {{ product.name }} {% endif %} {{ product.name }}{% if not product.stock %} ***{% endif %} {% 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.model }}
{{ product.price }} {{ product.total }}
{{ voucher.description }}
{{ voucher.amount }} {{ voucher.amount }}
{{ total.title }} {{ total.text }}