{% 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 }}

{{ category.description|safe }}
{% for col in products %} {% for product in col %} {% endfor %} {% endfor %}
{{ product.name }}
{{ product.obj.short_description|safe }}
{% category_product_prices_gross product.obj.id %}
{% if price_starting_from %} {% trans "Starting at" %} {% endif %} {% if product.obj.get_for_sale %} {{ standard_price|currency:request }}* {{ price|currency:request }}* {% else %} {{ price|currency:request }}* {% endif %} {% if product.price_unit %} / {{ product.price_unit }} {% endif %} {% if product.obj.get_active_packing_unit %}
{{ base_packing_price|currency:request }}* / {{ product.obj.get_packing_info.1 }}
{% endif %} {% if product.obj.get_active_base_price %}
{% if base_price_starting_from %} {% trans "Starting at" %} {% endif %} {{ base_price|currency:request }}* {% if product.obj.get_base_price_unit %} / {{ product.obj.get_base_price_unit }} {% endif %}
{% endif %}
{% if product.price_includes_tax %} {% trans '*inc. VAT' %} {% else %} {% trans '*exc. VAT' %} {% endif %}