{% for product in products %} {% endfor %} {% for total in totals %} {% endfor %}
{{ column_product }} {{ column_total }}
{{ product.quantity }}x {{ product.name }}
  • - {{ 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 %}
{{ product.total }}
{{ total.title }} {{ total.text }}
{% if payment %} {{ payment }} {% else %}
{% endif %}