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 %}