{% if user.is_staff or user in work.last_campaign.managers.all %}
{% csrf_token %} {{ formset.management_form }} {% for form in formset %}
{{ form.id }}Split: {{form.DELETE.0}}

Select:
{% with form.instance as edition %} {% include 'edition_display.html' %} {% endwith %} {% endfor %}
{% else %} {% for form in formset %} {% with form.instance as edition %} {% include 'edition_display.html' %} {% endwith %} {% endfor %} {% endif %}