{% extends "lfs/base.html" %} {% load i18n lfs_tags %} {% block title %} {% trans 'Search results' %} - {{ block.super }} {% endblock %} {% block section %}search-results{% endblock %} {% block breadcrumbs %} {% breadcrumbs _("Search results") %} {% endblock %} {% block wrapper %}
{% trans 'You searched for' %} "{{ q }}". {% if total == 0 %} {% trans "No products found" %} {% else %} {% blocktrans count total as counter %}1 product was found.{% plural %}{{ counter }} products were found.{% endblocktrans %} {% endif %}
{% if products %} {% sorting %}{% trans 'Image' %} | {% trans 'Product' %} | {% trans 'Price' %} | |
---|---|---|---|
|
{{ product.get_name }} {% include "lfs/catalog/products/_product_properties.html" with product=cart_item.product configurable_properties=cart_item.obj.get_properties %} |
{% if product.for_sale %}
{{ product.get_standard_price|currency:request }}
{{ product|get_for_sale_price:request|currency:request }}*
{% else %}
{{ product|get_price:request|currency:request }}*
{% endif %}
{% if product.get_price_unit %}/ {{ product.get_price_unit }}{% endif %}
{% if product.active_base_price %}
{{ product|get_base_price_gross:request|currency:request}}* {% if product.get_base_price_unit %}/ {{ product.get_base_price_unit }}{% endif %}
{% endif %}
{% trans '*inc. VAT' %}
|
{% trans 'Details' %} |