From ac1904f538398d83d14490ba90b39d3c871df8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Tue, 21 Apr 2026 14:19:51 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=BE=D0=B9=20=D0=BF=D0=BE=D0=B4=D0=BF=D0=B8=D1=81?= =?UTF-8?q?=D0=B8=20=D0=B8=D0=B3=D1=80=D0=BE=D0=BA=D0=BE=D0=B2=20=D0=B8=20?= =?UTF-8?q?=D1=82=D1=80=D0=B5=D0=BD=D0=B5=D1=80=D0=BE=D0=B2=20=D0=BF=D0=BE?= =?UTF-8?q?=20=D0=BA=D0=BB=D0=B8=D0=BA=D1=83=20=D0=B8=D0=B7=20=D0=B2=D0=B5?= =?UTF-8?q?=D0=B1=20=D0=BC=D0=BE=D1=80=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/match_workspace.html | 178 ++++++++++++++++++++++++++------- 1 file changed, 144 insertions(+), 34 deletions(-) diff --git a/templates/match_workspace.html b/templates/match_workspace.html index df050e7..7bd42c0 100644 --- a/templates/match_workspace.html +++ b/templates/match_workspace.html @@ -246,7 +246,14 @@
{% for c in coaches.home %}
-
+
{{ c.coach_name }} {% if c.role %} {{ c.role }} @@ -303,8 +310,15 @@ data-player-captain="{{ 1 if p.is_captain else 0 }}" > {{ p.number }} - -
+ +
{{ p.number }} - -
+ +
{% for c in coaches.away %}
-
+
{{ c.coach_name }} {% if c.role %} {{ c.role }} @@ -515,8 +543,14 @@ data-player-captain="{{ 1 if p.is_captain else 0 }}" > {{ p.number }} - -
+
{{ p.number }} - -
+
- + homeSquadPool: [], + awaySquadPool: [], + homeCoachPool: [], + awayCoachPool: [] + }; +
+