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

Delete Channel

This action cannot be undone

{{ channel.display_name|default:channel.name }}
Channel Name {{ channel.name }}
{% if channel.channel_number %}
Channel Number {{ channel.channel_number }}
{% endif %}
Type {{ channel.get_channel_type_display }}
Status {{ channel.get_status_display }}
Created {{ channel.created_at|date:"M d, Y" }}
Last Updated {{ channel.updated_at|date:"M d, Y" }}
Warning: Permanent Deletion

You are about to permanently delete this channel. This action will also remove all associated data and cannot be undone.

The following will be permanently deleted:
  • {{ channel.zones.count }} Zone{{ channel.zones.count|pluralize }} associated with this channel
  • All Jingles configured for this channel
  • All Adbreaks scheduled for this channel
  • All Health monitoring data and history
  • All channel configuration and settings
  • All related logs and analytics data
{% csrf_token %}
Channel name does not match. Please type exactly: {{ channel.name }}
You must acknowledge that you understand this action is permanent
Cancel
{% endblock content %} {% block extra_js %} {% endblock extra_js %}