From 36c3570e0593e5402847f579f847150bff80fe72 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sat, 19 Jul 2025 21:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BE=D1=87=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=D1=83=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BC=D0=BE=D0=B1=D0=B8=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/list.twig | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/views/list.twig b/views/list.twig index 51d04bc..a5aae4f 100644 --- a/views/list.twig +++ b/views/list.twig @@ -70,26 +70,28 @@
{{ playlist.name }}
-

{{ playlist.description }}

+ {% if playlist.description is not same as(null) %} +

{{ playlist.description }}

+ {% endif %}
{% if playlist.isOnline is not same as(null) %} -  {{ playlist.channels|length }} каналов +  {{ playlist.channels|length }} каналов {% endif %} {% if playlist.groups|length > 0 %} -  {{ playlist.groups|length }} групп +  {{ playlist.groups|length }} групп {% endif %} {% if playlist.hasTvg %} -  ТВ-программа +  ТВ-программа {% endif %} {% if playlist.hasCatchup %} -  Архив +  Архив {% endif %}