diff --git a/apps/permission/templates/permission/all_rights.html b/apps/permission/templates/permission/all_rights.html index 827532f9..9aa6681e 100644 --- a/apps/permission/templates/permission/all_rights.html +++ b/apps/permission/templates/permission/all_rights.html @@ -19,28 +19,40 @@ {% trans "Filter with roles that I have in at least one club" %} - {% endif %} + {% endif %} +
+ {% regroup active_memberships by roles as memberships_per_role %} + {% for role in roles %} +
+
+

+ +

+
- +
+
+ {% endfor %} {% endblock %} {% block extrajavascript %}