{% extends "./page_form.html" %} {% load static i18n humanize honeypot aircox %} {% block page_form %} {% for field in sound_form %} {% if field.name in "episode,program" %} {% else %} {% if field|is_checkbox %} {{ field.label }} {% else %} {{ field.label }} {% endif %} {{ field.help_text }} {% endif %} {% endfor %} {{ block.super }} {% include "./widgets/tracklist_editor.html" with formset=tracklist_formset %} {% translate "Sound files" %} {% include "./widgets/playlist_editor.html" with formset=playlist_formset %} {% endblock %}
{{ field.help_text }}