{% extends 'staff_base.html' %} {% load static %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block content %} {{ block.super }}
{% translate 'Merge course types' %}
{% csrf_token %} {{ formset.management_form }}
{% for form in formset %} {% endfor %}
{% translate 'Name (German)' %} {% translate 'Name (English)' %} {% translate 'Import names' %} {% translate 'Actions' %}
{% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% include 'bootstrap_form_field_widget.html' with field=form.name_de %} {% include 'bootstrap_form_field_widget.html' with field=form.name_en %} {% include 'bootstrap_form_field_widget.html' with field=form.import_names %} {% if form.instance.can_be_deleted_by_manager %} {% include 'bootstrap_form_field_widget.html' with field=form.DELETE class="d-none" %} {% else %} {% endif %}
{% endblock %} {% block additional_javascript %} {% endblock %}