{% extends "channels/base.html" %} {% load static %} {% block title %}Channels List - {{ block.super }}{% endblock %} {% block breadcrumb_items %}
{{ channel.description|truncatewords:15 }}
{% endif %}{% if request.GET.search %}No channels match your search criteria.{% else %}No channels have been created yet.{% endif %}
{% if perms.channels.add_channel %} Create First Channel {% endif %}