{% load i18n lfs_tags %} {% include "lfs/catalog/categories/product/products_navigation.html" %} {% sorting %} {% block products-header %}
{{ product.name }}
{{ product.obj.get_short_description|safe }}
{% 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 %}
|
{% endfor %}