{% extends "./list_editor.html" %} {% comment %} Context: - object: episode {% endcomment %} {% block outer %} {% with tag_id="inline-sounds" %} {% with tag="a-sound-list-editor" %} {% with related_field="episode" %} {{ block.super }} {% endwith %} {% endwith %} {% endwith %} {% endblock %} {% block tag-attrs %} {{ block.super }} sound-list-url="{% url "api:sound-list" %}?program={{ object.parent_id }}" sound-upload-url="{% url "api:sound-list" %}" sound-delete-url="{% url "api:sound-detail" pk=123 %}" :item-defaults="{episode: {{ object.pk }}}" {% endblock %} {% block inner %} {{ block.super }} {% endblock %}