- {{ user.name }}
- {% if user.last_access %}
- (last access:
- {{ user.last_access | date }})
- {% endif %}
- {% if user.pw %}
-
Passwort zurücksetzen
- {% endif %}
- {% if not user.last_access and "admin" in loggedin_user.roles %}
-
Willkommensmail verschicken
- {% endif %}
-
{% for role in roles %}
{{ macros::checkbox(label=role.name, name="roles[" ~ role.id ~ "]", id=loop.index , checked=role.name in user.roles, disabled=allowed_to_edit == false) }}
{% endfor %}
+
{% if user.membership_pdf %}
Beitrittserklärung herunterladen
@@ -100,8 +115,8 @@