{% load i18n %} {% load servo_tags %} {% for p in products %} {% with p.get_pk as product_id %} {{ product }} {{ p.code }}
{{ p.title }}
{{ p.eee_code|default:""|addspace }} {{ p.price_sales_stock|currency }} {{ p.price_sales_exchange|currency }} {% if p.is_service %} ∞ {% else %} {{ p|amount_in_location:request.user }} {% endif %}
{% if perms.servo.change_product %} {% else %} {% endif %}
{% endwith %} {% empty %} {% trans "No products found" %} {% endfor %}