{% extends "management/base.html" %} {% load i18n lucide static %} {% comment %} One section per non-MEMBER role (management.views.ClubRoleListView) -- the plain MEMBER role every active club member holds automatically is excluded entirely, since listing it here would just be noise. "Grant role" opens a modal (controlpanel/_modal_form.html) rather than a separate page -- role_create is POST-only, see ClubRoleCreateView. {% endcomment %} {% block heading %}{% trans "Roles" %}{% endblock heading %} {% block actions %} {% endblock actions %} {% block panel %}
{{ description }}
{% endif %}| {% trans "Member" %} | |
|---|---|
| {{ role.member }} | |
| {% blocktrans %}No one has the {{ role_label }} role yet.{% endblocktrans %} | |