From 6cebf7356c1338218e27bdf70a1066d086dd4ff8 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Mon, 19 May 2025 12:05:17 +0800 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=BA=D0=BE=D0=BD=D0=BA=D0=B0=20=D0=B2?= =?UTF-8?q?=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B5=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=BB=D0=B8=D1=87=D0=B8=D0=B8=20=D0=B3=D1=80=D1=83?= =?UTF-8?q?=D0=BF=D0=BF=20=D0=B2=20=D0=BF=D0=BB=D0=B5=D0=B9=D0=BB=D0=B8?= =?UTF-8?q?=D1=81=D1=82=D0=B5,=20=D0=BF=D0=B5=D1=80=D0=B5=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BE=D0=BA=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/details.twig | 4 ++-- views/list.twig | 21 ++++++++++++--------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/views/details.twig b/views/details.twig index 58e5978..b4b9c71 100644 --- a/views/details.twig +++ b/views/details.twig @@ -105,8 +105,8 @@ Наполнение - группы: {{ playlist.groups|length }}, - каналы: {{ playlist.channels|length }} +  группы: {{ playlist.groups|length }}, +  каналы: {{ playlist.channels|length }} ({{ playlist.onlineCount }} + {{ playlist.offlineCount }}) diff --git a/views/list.twig b/views/list.twig index 0cd7237..b5b2f2b 100644 --- a/views/list.twig +++ b/views/list.twig @@ -55,16 +55,19 @@ 18+ {% endif %} {{ playlist.name }} - {% if playlist.hasTvg %} - - {% endif %} - {% if playlist.hasCatchup %} - - {% endif %}
- {% if playlist.description|length > 0 %} -

{{ playlist.description }}

- {% endif %} +

+ {% if playlist.groups|length > 0 %} + + {% endif %} + {% if playlist.hasTvg %} + + {% endif %} + {% if playlist.hasCatchup %} + + {% endif %} + {{ playlist.description }} +

{% if playlist.tags|length > 0 %}