{% if products %} {% if error_warning %}
{{ column_image }} | {{ column_name }} | {{ column_quantity }} | {{ column_price }} | {{ column_total }} |
---|---|---|---|---|
{% if product.thumb %} |
{{ product.name }}{% if not product.stock %} ***{% endif %}
|
{% if product.minimum %} {{ product.minimum }} {% endif %} | {{ product.price }} | {{ product.total }} |
{{ total.title }} | {{ total.text }} |
{{ text_next_choice }}
{{ text_no_results }}
{% endif %}