{% if form.instance.pk %} {% endif %} {% for form in formset %} {{ form.id }} {% endfor %} {{ formset.management_form }}
{{ form.choice_text }}{% if formset.can_delete and form.instance.pk %}{{ form.DELETE }}{% endif %}