From 3f0c671cd1589f347eae2249e67967d6cc899fd8 Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Sun, 17 Nov 2024 17:53:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D0=BE=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=84=D0=BE=D1=80?= =?UTF-8?q?=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BD=D0=B0=D0=BA=D0=BB?= =?UTF-8?q?=D0=B0=D0=B4=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Waybill/templates/waybill.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/App/Waybill/templates/waybill.html b/App/Waybill/templates/waybill.html index f81ea5c..bef2fb3 100644 --- a/App/Waybill/templates/waybill.html +++ b/App/Waybill/templates/waybill.html @@ -7,4 +7,19 @@ -

Заглушка для примера составления накладной

\ No newline at end of file +

Новая накладная

+
+ {% for item in items %} +
+

{{ item['name'] }}

+

В наличии {{ item['count'] }}

+ +
+ {% endfor %} + +
+
+ +
+ + \ No newline at end of file