{{ 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-lg-8 col-sm-5 col-md-6 col-xs-12' %} {% elseif column_left or column_right %} {% set class = 'col-sm-8 col-lg-10 col-md-9 col-xs-12' %} {% else %} {% set class = 'col-xs-12 acpage' %} {% 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 }}
#} {% for product in products %}
{% 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 }}
{% endfor %} {% for voucher in vouchers %}
{{ voucher.description }}
{{ voucher.amount }}
{% endfor %}
{% if modules %}

{{ text_next }}

{{ text_next_choice }}

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