diff --git a/views/list.twig b/views/list.twig
index 6092fa6..7c3432e 100644
--- a/views/list.twig
+++ b/views/list.twig
@@ -92,25 +92,25 @@
{{ playlist.description }}
{% endif %}
- {% if playlist.isOnline is not same as(null) %}
-
- {{ playlist.channels|length }} каналов
-
- {% endif %}
- {% if playlist.groups|length > 0 %}
+ {% if playlist.isOnline is same as(true) %}
- {{ playlist.groups|length }} групп
-
- {% endif %}
- {% if playlist.hasTvg %}
-
- ТВ-программа
-
- {% endif %}
- {% if playlist.hasCatchup %}
-
- Архив
+ {{ playlist.channels|length }} каналов
+ {% if playlist.groups|length > 0 %}
+
+ {{ playlist.groups|length }} групп
+
+ {% endif %}
+ {% if playlist.hasTvg %}
+
+ ТВ-программа
+
+ {% endif %}
+ {% if playlist.hasCatchup %}
+
+ Архив
+
+ {% endif %}
{% endif %}