{% if p.photo %}
{% else %}
{% endif %}
{{ p.name }}
{{ p.article }}{{ p.description }}
{{ p.category }}
{{ p.manufacturer }}
Склад: {{ p.stock_quantity }}
{{ '%.2f'|format(p.price) }} ₽
Скидка {{ p.discount }}%
{% if is_admin() %}
{% endif %}