{% extends "base.html" %} {% load static %} {% block content %}

IPTV Channels

All Channels {% for collection in collections %} {% endfor %}
{% for channel in channels %}

{{ channel.title }}

{% endfor %}

No channel selected

Select a channel from the list to start watching

{% endblock %} {% block extra_js %} {% endblock %}