{% extends "authentic2/manager/user_common_roles.html" %} {% load i18n django_tables2 %} {% block extrascripts %} {{ block.super }} {% endblock %} {% block main %} {% with row_link=1 %} {% render_table table "authentic2/manager/user_roles_table.html" %} {% endwith %} {% if view.can_change %}
{% csrf_token %} {{ form }}
{% endif %} {% endblock %}