diff --git a/App/Waybill/templates/waybill.html b/App/Waybill/templates/waybill.html index 937ed2e..9b0603a 100644 --- a/App/Waybill/templates/waybill.html +++ b/App/Waybill/templates/waybill.html @@ -24,16 +24,22 @@ - +

Накладная

{% if waybill %} {% for item in waybill %} {{ card.render_item(item, show_form = False, show_amount = True) }} {% endfor %} - +
+ + +
{% else %} Ваша накладная пуста +
+ +
{% endif %}