{% extends "layouts/base.html" %} {% load static %} {% block title %}{{ channel.display_name|default:channel.name }} - Channel Details{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}

{{ channel.display_name|default:channel.name }}

{% if channel.channel_number %}

Channel {{ channel.channel_number }}

{% endif %}
{{ channel.get_status_display }} {{ channel.get_channel_type_display }} {% if channel.language %} {{ channel.language }} {% endif %}
{{ channel.zones.count }}
Zones
0
Jingles
0
Adbreaks
98%
Health
Channel Information

{{ channel.name }}

{% if channel.display_name %}

{{ channel.display_name }}

{% endif %} {% if channel.channel_number %}

{{ channel.channel_number }}

{% endif %}

{{ channel.get_channel_type_display }}

{{ channel.get_status_display }}

{% if channel.language %}

{{ channel.language }}

{% endif %} {% if channel.description %}

{{ channel.description }}

{% endif %}

{{ channel.created_at|date:"M d, Y" }}

{{ channel.updated_at|date:"M d, Y" }}

{% if channel.zones.exists %}
{% for zone in channel.zones.all %}
{{ zone.name }}
{{ zone.zone_type|default:"Standard" }}
{% if zone.description %}

{{ zone.description|truncatechars:80 }}

{% endif %}
Created {{ zone.created_at|date:"M d" }}
{% endfor %}
{% else %}
No zones configured

Add zones to organize your channel content geographically.

Add First Zone
{% endif %}
No jingles found

Add jingles to enhance your channel's audio branding.

Add Jingle
No adbreaks scheduled

Schedule adbreaks to manage commercial content.

Schedule Adbreak
98.5%

Uptime

2 minutes ago

Last Check

Recent Health Events

All systems operational

{% endblock content %} {% block modals %} {% endblock modals %} {% block extra_js %} {% endblock extra_js %}