From 06e714f9f5c93b9f7f438b7702f460439966fca5 Mon Sep 17 00:00:00 2001 From: ack_ik Date: Mon, 26 Jan 2026 14:57:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B0=D0=B4=D0=BC=D0=B8=D0=BD=D0=BA=D1=83=20=D0=B2=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B2=D0=B1=D0=B0=D1=80=D0=B5=20=D0=B8=20=D0=B2=D1=8B?= =?UTF-8?q?=D0=B2=D0=BE=D0=B4=20=D0=B8=D0=B7=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B9=20=D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=B2=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=B5=20?= =?UTF-8?q?=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B0=20=D1=82=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D1=80=D0=BE=D0=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- products/templates/products/list.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/products/templates/products/list.html b/products/templates/products/list.html index 283c2bd..5342e04 100644 --- a/products/templates/products/list.html +++ b/products/templates/products/list.html @@ -11,6 +11,9 @@ {% for product in products %}
+ {% if product.image %} + {{ product.name }} + {% endif %}
{{ product.name }}

{{ product.description }}