{% extends "channels/base.html" %} {% load static %} {% block title %}{{ zone.name }} - Zone Details - {{ block.super }}{% endblock %} {% block breadcrumb_items %}
Zone Code: {{ zone.code }}
{{ zone.name }}
{{ zone.code }}
{% if zone.is_active %}Active{% else %}Inactive{% endif %}
{{ zone.created_at|date:"M d, Y H:i" }}
{{ zone.updated_at|date:"M d, Y H:i" }}
{{ zone.channels.count }}
{{ zone.description }}
Channel | Type | Country | Language | Status | Configuration | Actions |
---|---|---|---|---|---|---|
{% if channel.logo %}
{{ channel.name }}
ID: {{ channel.id }}
|
{{ channel.get_channel_type_display }} | {{ channel.country.name }} | {{ channel.language }} | {% if channel.is_active %}Active{% else %}Inactive{% endif %} |
{% with channel.channelzone_set.first as config %}
{% if config %}
Video: {{ config.video_codec.name }}
Audio: {{ config.audio_codec.name }}
{{ config.bitrate }} kbps
|
No channels assigned to this zone.
{% if perms.channels.add_channel %} Add First Channel {% endif %}Channel | Video Codec | Audio Codec | Bitrate | Resolution | Status | Actions |
---|---|---|---|---|---|---|
{% if config.channel.logo %}
|
{{ config.video_codec.name }} | {{ config.audio_codec.name }} | {{ config.bitrate }} kbps | {{ config.resolution|default:"-" }} | {% if config.is_active %}Active{% else %}Inactive{% endif %} |
{% if perms.channels.change_channelzone %}
|
No channel configurations found for this zone.
{% if perms.channels.add_channelzone %} {% endif %}