{{ header }}
{% if attention %}
{{ attention }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% if error_warning %}
{{ error_warning }}
{% endif %}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-9' %} {% else %} {% set class = 'col-sm-12' %} {% endif %}
{{ content_top }}

{{ heading_title }} {% if weight %}  ({{ weight }}) {% endif %}

{% for product in products %} {% endfor %} {% for voucher in vouchers %} {% 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 %} {% if product.option %} {% for option in product.option %}
{{ option.name }}: {{ option.value }} {% endfor %} {% endif %} {% if product.reward %}
{{ product.reward }} {% endif %} {% if product.recurring %}
{{ text_recurring_item }} {{ product.recurring }} {% endif %}
{{ product.model }}
{{ product.price }} {{ product.total }}
{{ voucher.description }}
{{ voucher.amount }} {{ voucher.amount }}
{% if modules %}

{{ text_next }}

{{ text_next_choice }}

{% for module in modules %} {{ module }} {% endfor %}
{% endif %}
{% for total in totals %} {% endfor %}
{{ total.title }}: {{ total.text }}
{{ content_bottom }}
{{ column_right }}
{{ footer }}