{% extends "channels/base.html" %} {% load static %} {% block title %}{{ channel.name }} - Channel Details - {{ block.super }}{% endblock %} {% block breadcrumb_items %}
{{ channel.get_channel_type_display }} Channel
{{ channel.name }}
{{ channel.get_channel_type_display }}
{{ channel.country.name }}
{{ channel.language }}
{{ channel.get_content_rating_display }}
{% if channel.is_active %}Active{% else %}Inactive{% endif %}
{{ channel.created_at|date:"M d, Y H:i" }}
{{ channel.updated_at|date:"M d, Y H:i" }}
{{ channel.description }}
Code: {{ zone.code }}
{% if zone.channelzone_set.first %}No distribution zones configured for this channel.
{% if perms.channels.change_channel %} {% endif %}No EPG entries found for this channel.
{% if perms.channels.add_epgentry %} Add First EPG Entry {% endif %}{{ jingle.get_jingle_type_display }}
No jingles configured for this channel.
{% if perms.channels.add_jingle %} {% endif %}