{% extends "layouts/base.html" %} {% load static %} {% block title %} New Jingle {% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock %} {% block content %}
{% csrf_token %}

Basic Information

Human-readable name for this jingle
Channel this jingle belongs to
Type of jingle content
When this jingle should be played
Priority level for jingle selection
Jingle Status
Toggle to activate/deactivate this jingle for broadcasting

Jingle File Upload

Supported formats: Video (MP4, TS, AVI, MKV, MOV, WMV, FLV, WebM) - Max size: 100MB
{% endblock content %} {% block extra_js %} {% endblock extra_js %}