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

    {{ text_cart }}    {{ text_checkout }}

  • {% else %}
  • {{ text_no_results }}
  • {% endif %}