{% extends "template.twig" %} {% block title %}[{{ id }}] {{ 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 }}
{% if (content.attributes) %}

Дополнительные атрибуты

{% for attribute,value in content.attributes %} {% endfor %}
{{ attribute }} {{ value }}
{% endif %}

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

{% if (content.channelCount > 0) %}
{% for channel in content.channels %} {% endfor %}
{{ loop.index }} {{ channel.name }}
{% endif %}
{% endblock %}