diff --git a/App/Waybill/templates/waybill.html b/App/Waybill/templates/waybill.html index 9b0603a..cf8af10 100644 --- a/App/Waybill/templates/waybill.html +++ b/App/Waybill/templates/waybill.html @@ -9,7 +9,18 @@ - + +
+
+
+
+

Оформление накладной

+
+ +
+
@@ -31,6 +42,9 @@ {% for item in waybill %} {{ card.render_item(item, show_form = False, show_amount = True) }} {% endfor %} +
+
Итого: {{ session.get('total', '0') }} ₽
+