{% extends "channels/base.html" %} {% load static %} {% block title %}Distribution Zones - {{ block.super }}{% endblock %} {% block breadcrumb_items %}
{{ zone.code }}
{{ zone.description|truncatewords:15 }}
{% endif %}{% if request.GET.search or request.GET.status %} No zones match your current search criteria. Try adjusting your filters. {% else %} You haven't created any distribution zones yet. Create your first zone to start organizing channel distribution. {% endif %}
{% if perms.channels.add_zone %} Create First Zone {% endif %} {% if request.GET.search or request.GET.status %} Clear Filters {% endif %}