Stop
{% if selected.name %}
{{ selected.name }}
{% endif %}
Previous
Next
{% for channel in channels %}
{{channel.name}}
{% endfor %}