{% extends "authentic2/manager/role_common.html" %} {% load i18n static django_tables2 %} {% block breadcrumb %} {{ block.super }} {{ object }} {% trans "Role inheritance" %} {% endblock %} {% block extrascripts %} {{ block.super }} {% endblock %} {% block main %} {% with row_link=0 %} {% render_table table "authentic2/manager/table.html" %} {% endwith %} {% endblock %} {% block sidebar %} {% endblock %}