{% if products %} {% if error_warning %}
{{ error_warning }}
{% endif %} {% if error_stock %}
{{ error_stock }}
{% endif %} {% if success %}
{{ success }}
{% endif %} {% if attention %}
{{ attention }}
{% endif %}

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

{% for product in products %} {% endfor %} {% for total in totals %} {% endfor %}
{{ column_image }} {{ column_name }} {{ column_quantity }} {{ column_price }} {{ column_total }}
{% if product.thumb %}{{ product.name }}{% endif %} {{ product.name }}{% if not product.stock %} ***{% endif %}
  • - {{ text_model }}: {{ product.model }}
  • {% for option in product.option %}
  • - {{ option.name }}: {{ option.value }}
  • {% endfor %} {% if product.subscription %}
  • - {{ text_subscription }}: {{ product.subscription }}
  • {% endif %} {% if product.reward %}
  • - {{ text_points }}: {{ product.reward }}
  • {% endif %}
{% if product.minimum %} {{ product.minimum }} {% endif %}
{{ product.price }} {{ product.total }}
{{ total.title }} {{ total.text }}
{% if modules %}

{{ text_next }}

{{ text_next_choice }}

{% for module in modules %} {{ module }} {% endfor %}
{% endif %}
{{ button_shopping }}
{{ button_checkout }}
{% else %}

{{ heading_title }}

{{ text_no_results }}

{{ button_continue }}
{% endif %}