{% load i18n admin_urls static admin_modify ddm_tags %}
{{ inline_formset.formset.management_form }} {% for form in inline_formset.formset.forms %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% if form.errors %}
There were some errors when submitting the form. Please check below for error messages.
{% endif %} {% endfor %} {% for field in inline_formset.formset.forms.0.visible_fields %} {% if field != 'questionnaire' %} {% endif %} {% endfor %} {% if show_edit_link %} {% endif %} {% if show_filter_link %} {% endif %} {% for form in inline_formset.formset.forms %} {% for error in form.non_field_errors %}
  • {{ error|escape }}
  • {% endfor %} {% for field in form.visible_fields %} {% endfor %} {% if show_edit_link %} {% endif %} {% if show_filter_link %} {% endif %} {% endfor %}
    {{ field.label }}
    {{ field }}
    {{ field.errors }}
    {% if edit_link_label %}{{ edit_link_label }}{% else %}Edit{% endif %} {% if form.instance.pk != None %}{% if edit_link_label %}{{ edit_link_label }}{% else %}Item Filter{% endif %}{% endif %}
    {% if inline_formset.formset.extra > 0 %} {% endif %} {% for form in inline_formset.formset.forms %} {% empty %}
    No associated objects found.
    {% endfor %}