{% extends "./page_form.html" %}
{% load static i18n humanize honeypot aircox %}
{% block page_form %}
{{ block.super }}
{% include "./dashboard/tracklist_editor.html" with formset=tracklist_formset %}
{% translate "Sound files" %}
{% include "./dashboard/soundlist_editor.html" with formset=soundlist_formset %}
{% endblock %}