{# Member edit drawer content — loaded via htmx into the slide-over #}

{{ u.name or u.email }}

{{ u.email }}

IDENTITY

FLAIR

{% for preset in presets %} {% endfor %}

ACCESS

{% if u.is_admin() %} Inherited from Admin {% else %}
{% endif %}
{% for p in perms %} {% endfor %}

SESSION

{{ u.login_count }}logins
{{ u.last_login_at.strftime('%Y-%m-%d %H:%M') if u.last_login_at else '—' }}last login
{{ u.created_at.strftime('%Y-%m-%d') if u.created_at else '—' }}registered