{% extends "base.html" %} {% block titleblock %} {{ view.page_title }} {% endblock %} {% block content %} {% load addclass %}

{{ view.page_title }}



{% for object in object_list %} {% empty %} {% endfor %}
Channel Description Subscriptions
{{ object.name }} {{ object.db.desc }} {{ object.subscriptions.all|length }}
No channels were found!
{% if request.user.is_staff %} Admin
{% endif %} {% if most_popular %}
Most Popular
{% endif %}

{% endblock %}