From ecc0193d0ab973096f851d29a5f205bd15dc6101 Mon Sep 17 00:00:00 2001 From: ackFromRedmi Date: Mon, 13 Apr 2026 08:14:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=B2=D0=BE=D0=B4=D0=B8=D0=BC=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=D1=8B=20=D1=81=D1=8B=D1=80?= =?UTF-8?q?=D1=8C=D1=8F=20=D0=BD=D0=B0=20=D1=81=D0=BA=D0=BB=D0=B0=D0=B4?= =?UTF-8?q?=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shiftflow/templates/shiftflow/warehouse_stocks.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shiftflow/templates/shiftflow/warehouse_stocks.html b/shiftflow/templates/shiftflow/warehouse_stocks.html index c72b75b..23c346f 100644 --- a/shiftflow/templates/shiftflow/warehouse_stocks.html +++ b/shiftflow/templates/shiftflow/warehouse_stocks.html @@ -110,6 +110,11 @@ {% if it.material_id %} {{ it.material.full_name }} + {% if it.current_length and it.current_width %} +
({{ it.current_length|floatformat:"-g" }}×{{ it.current_width|floatformat:"-g" }} мм)
+ {% elif it.current_length %} +
({{ it.current_length|floatformat:"-g" }} мм)
+ {% endif %} {% elif it.entity_id %} {{ it.entity }} {% else %}