diff --git a/templates/permission/all_rights.html b/templates/permission/all_rights.html
index 293e3386..80337134 100644
--- a/templates/permission/all_rights.html
+++ b/templates/permission/all_rights.html
@@ -15,14 +15,14 @@
{% regroup active_memberships by roles as memberships_per_role %}
{% for role in roles %}
- {{ role }} {% if role.weirole %}(Pour le WEI){% endif %}
+ {{ role }} {% if role.weirole %}(Pour le WEI){% endif %} {% if role.for_club %}(Pour le club {{ role.for_club }} uniquement){% endif %}
{% if role.clubs %}
{% trans "Own this role in the clubs" %} {{ role.clubs|join:", " }}
{% endif %}
- {% for permission in role.permissions.permissions.all %}
+ {% for permission in role.permissions.all %}
- {{ permission }} ({{ permission.type }} {{ permission.model }}{% if permission.permanent %}, {% trans "permanent" %}{% endif %})
{% empty %}
{% trans "No associated permission" %}