{% extends "template.twig" %} {% block title %}{{ name }} - {{ config('app.title') }}{% endblock %} {% block head %} {% endblock %} {% block header %}

О плейлисте {{ name }}

{% if (content.encoding.alert) %} {% endif %} {% if (status.errCode > 0) %} {% endif %} {% endblock %} {% block footer %} {% endblock %} {% block content %}
ID {{ id }} {% if status.possibleStatus == 'online' %} online {% elseif status.possibleStatus == 'offline' %} offline {% elseif status.possibleStatus == 'timeout' %} timeout {% elseif status.possibleStatus == 'error' %} error {% endif %}
Описание

{{ desc }}

Ccылка для ТВ {{ url }}
M3U {{ pls }}
Источник {{ src }}

Список каналов ({{ content.channelCount ?? 0 }})

{% if (content.channelCount > 0) %}
{% for channel in content.channels %} {% endfor %}
{{ loop.index }} {% if (channel.logo.base64) %} {% elseif (channel.attributes['tvg-logo']) %} {% else %} {% endif %} {{ channel.name }}
{% endif %}
{% endblock %}