{% comment %} Base template for list editor based on formsets (tracklist_editor, playlist_editor). Context: - tag_id: id of parent component - tag: vue component tag (a-playlist-editor, etc.) - related_field: field name that target object - object: related object - formset: formset used to render the list editor - formset_data: formset data {% endcomment %} {% load aircox aircox_admin static i18n %} {% with formset.form.base_fields as fields %} {% block outer %}