{% extends "base.html" %} {% block title %}Profile — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
Your account

Profile

Account details and your group memberships.

Account

Group memberships

{% if memberships and memberships | length > 0 %} {% else %}
No group memberships
You're not a member of any groups yet. Ask an admin to add you, or wait for the next Google Workspace sync if you sign in via Google.
{% endif %}

Effective access

Loading…
{% include "_profile_tokens.html" %}
Session & troubleshooting {% include "_profile_troubleshooting.html" %}
{% endblock %}