{% load i18n %}

{% trans "Permissions" %}

{% for form in formset %} {% with forloop.counter0 as id %} {{ form.id }} {{ form.authorized }} {% endwith %} {% endfor %}
{% trans "Unit" %} {% trans "Manager/admin of unit" %} {% trans "Can approve reservations" %}
{% include "respa_admin/forms/_select.html" with field=form.subject inline=False skip_label=True extra_classes='dropdown-block' disabled=form.is_disabled %} {% include "respa_admin/forms/_select.html" with field=form.level inline=True skip_label=True extra_classes='dropdown-block' disabled=form.is_disabled %} {{ form.can_approve_reservation }} {{ form.DELETE }}