{% load compile_static i18n %} {% block content %} {% with formset=identifier_FormSet %} {{ formset.management_form }}
{% trans 'Namespace' %} | {% trans 'Identifier' %} | {% trans 'Version' %} | {% trans 'Delete' %} |
---|---|---|---|
{# Include the hidden fields in the form #} {% if forloop.first %} {% for hidden in id_form.hidden_fields %} {{ hidden }} {% endfor %} {% endif %} {{ field.errors.as_ul }} {{ field }} | {% endfor %}