{% load widget_tweaks %} {% load kfet_extras %}
{{ form.non_field_errors }} {% if form.DELETE %}{% include "kfet/formset_form_actions.html" %}{% endif %}
{{ form.collection|add_class:"form-control input-sm" }}
{% for option in form.permissions %}
{% with p_type=formset.permission_types|get:forloop.counter0 %} {# p_type format: (identifier, short_label, long_label) #} {% endwith %}
{% endfor %}