{% extends "layouts/base.html" %} {% load static %} {% block title %} {% if channel.pk %} Edit Channel - {{ channel.name }} {% else %} Add Channel {% endif %} {% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}
{% csrf_token %}

Channel Information

{% if channel.logo %} Channel Logo {% else %}
Click to upload
{% endif %}
Upload channel logo (PNG, JPG, SVG recommended)
Internal name for the channel (used in system)
Public name shown to viewers (optional)
Numeric identifier for the channel
Brief description of the channel's purpose and content

Configuration

Select the type of content this channel will broadcast
Select primary languages for channel content
Select content categories for the channel
Primary target audience for content
Official website or homepage URL

Channel Preview

{% if channel.logo %} {% else %}
{% endif %}
Channel Name

Channel #

Type

Channel description will appear here...

{% if channel.pk %} {% endif %}
{% endblock content %} {% block modals %} {% if channel.pk %} {% endif %} {% endblock modals %} {% block extra_js %} {% endblock extra_js %}