{% load i18n %} {% load lfs_tags %} {% if products %}
{{ title }}
{% if not slideshow %} {% for product in products %}
{{ product.get_name }}
{{ product|get_standard_price:request|currency:request}}* {{ product.for_sale_price|currency:request}}*
{% if product.price_includes_tax %} {% trans '*inc. VAT' %} {% else %} {% trans '*exc. VAT' %} {% endif %}
{% endfor %} {% else %}
{% for product in products %}
{{ product.get_name }}
{{ product|get_standard_price:request|currency:request}}* {{ product.for_sale_price|currency:request}}*
{% if product.price_includes_tax %} {% trans '*inc. VAT' %} {% else %} {% trans '*exc. VAT' %} {% endif %}
{% endfor %}{# slideshow products #} {# tabs #}
{% endif %}{# slideshow check #}
{# portlet-body #}
{% endif %}