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