{% extends "./list_editor.html" %}
{% load i18n %}
{% block outer %}
{% with tag_id="inline-tracks" %}
{% with tag="a-track-list-editor" %}
{% with related_field="episode" %}
{{ block.super }}
{% endwith %}
{% endwith %}
{% endwith %}
{% endblock %}
{% block inner %}
{% translate "Track list" %}
{{ block.super }}
{% endblock %}
{% block row-control %}
{% if name == "tags" %}
{% else %}
{% endif %}
{% endblock %}