{% extends 'base.html' %} {% block title %}{{ site_name }}: {{ gettext('Permissions') }}{% endblock title %} {% block content %}
{% trans %}Division{% endtrans %} | {# TRANS: A column header in a table that lists the permissions you have in a division (there can be multiple permissions in a row, separated by commas). #}{% trans %}Permissions{% endtrans %} |
---|---|
{{ grouper }} | {% with grouped_permissions = grouped|map(attribute='permission')|groupby('value') %}{{ grouped_permissions|map('last')|map('first')|map(attribute='description')|join(', ') }} | {% endwith %}