{% extends "layouts/base.html" %} {% load static %} {% block title %} Edit Jingle {{ data.jingle.name }} {% 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

{% if data.jingle.file %}
Current File
{{ data.jingle.file.name }}
{% if data.jingle.file_size %}Size: {{ data.jingle.file_size }}
{% endif %} {% if data.jingle.duration %}Duration: {{ data.jingle.duration }}
{% endif %} Uploaded: {{ data.jingle.created_at|date:"M d, Y H:i" }}
{% endif %}
Supported formats: Video (MP4, TS, AVI, MKV, MOV, WMV, FLV, WebM) - Max size: 100MB {% if data.jingle.file %}
Leave empty to keep the current file. Upload a new file only if you want to replace it.
{% endif %}
Cancel
{% endblock content %} {% block extra_js %} {% endblock extra_js %}