{% load i18n lfs_tags %}
{% if show_pages %} {% if previous_url %} << {% trans 'Previous page' %} {% else %} << {% trans 'Previous page' %} {% endif %} {% if pages %} - {% endif %} {% for page in pages %} {{ page.name }} {% endfor %} ({{ amount_of_products }} {% trans 'Products' %}) {% if pages %} - {% endif %} {% if next_url %} {% trans 'Next page' %} >> {% else %} {% trans 'Next page' %} >> {% endif %} {% endif %}
{% sorting %}

{{ category.name }}

{% for col in products %} {% for product in col %} {% endfor %} {% endfor %}
{{ product.name }}
{{ product.obj.short_description|safe }}
{% if product.get_for_sale %} {{ product.standard_price|currency }} {{ product.for_sale_price|currency }}* {% else %} {{ product.price|currency }}* {% endif %} {% if product.price_unit %} / {{ product.price_unit }} {% endif %}
{% if product.price_includes_tax %} {% trans '*inc. VAT' %} {% else %} {% trans '*exc. VAT' %} {% endif %}