From d90ca47d836862386da9314cc17a8c723561cd9b Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Thu, 24 Oct 2024 11:15:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=BD=D0=B8=D0=B2=D0=B5=D1=80=D1=81?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=8B=D0=B9=20=D1=88=D0=B0=D0=B1=D0=BB?= =?UTF-8?q?=D0=BE=D0=BD=20=D0=B4=D0=BB=D1=8F=20=D1=80=D0=B5=D0=B7=D1=83?= =?UTF-8?q?=D0=BB=D1=8C=D1=82=D0=B0=D1=82=D0=B0=20=D0=B7=D0=B0=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Requests/templates/output.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/App/Requests/templates/output.html b/App/Requests/templates/output.html index c95298e..4a5d64c 100644 --- a/App/Requests/templates/output.html +++ b/App/Requests/templates/output.html @@ -19,15 +19,13 @@ {% for item in items %} - {{ item['material'] }} - {{ item['weight'] }} - {{ item['price'] }} - {{ item['count'] }} + {% for value in item.values() %} + {{ value }} + {% endfor %} {% endfor %}
-
\ No newline at end of file