{% if products.length != 0 %}
{% for product in products %}
{% endfor %}
{% endif %}
{% if product.list_price != product.price %}
{{ product.list_price | convert_price }}
{% endif %}
{{ product.price | convert_price }}
{% if products.length != 0 %}
{% for product in products %}
{% endfor %}
{% endif %}
{% if product.list_price != product.price %}
{{ product.list_price | convert_price }}
{% endif %}
{{ product.price | convert_price }}