{% extends 'staff_base.html' %} {% load static %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}
{% csrf_token %} {{ formset.management_form }}
{% for form in formset %} {% endfor %}
{% translate 'Section title (German)' %} {% translate 'Section title (English)' %} {% translate 'Actions' %}
{% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% include 'bootstrap_form_field_widget.html' with field=form.title_de %} {% include 'bootstrap_form_field_widget.html' with field=form.title_en %} {% if form.instance.id %} {% endif %} {% include 'bootstrap_form_field_widget.html' with field=form.DELETE class="d-none" %}
{% endblock %} {% block additional_javascript %} {% endblock %}