{% extends "base.html" %} {% load navigation_tags %} {% load authorization_tags %} {% block content %} {% load display_tags %}
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} | {% dojo_sort request 'Group Name' 'name' %} | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Group Description' 'description' %} | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Number of Users' 'users|length' %} | Global Role | {% endblock header %}
---|---|---|---|---|
{{ g.name }} | {{ g.description }} | {{ g.users.all|length }} | {% if g.global_role.role %} {{ g.global_role.role }} {% endif %} | {% endblock body %}