{% extends "./page_form.html" %} {% load static i18n humanize honeypot aircox %} {% block head_extra %} {{ form.media }} {% endblock %} {% block page-form %} ////// {{ block.super }} {% if editors_formset %}

{% translate "Editors" %}

{% include "./widgets/usergroup_formset.html" with formset=editors_formset formset_data=editors_formset_data tag_id="usergroup_formset" %} {% endif %} {% endblock %}