{% for item in products %}
{% endfor %}
{% endif %}
{% if terms %}
{{ item.name }}
{% if item.description %}{{ item.description }}
{% endif %}
{% if item.original_price %}{{ item.original_price }}{% endif %}
{{ item.sale_price }}
Terms & Conditions
{{ terms }}
{% if store_address %}
{% endif %}
{% if store_phone %}
{% endif %}
{% if store_website %}
{% endif %}
{% if valid_dates %}
{% endif %}
Visit Us
{{ store_address }}
Call
{{ store_phone }}
Online
{{ store_website }}
Valid
{{ valid_dates }}