{% extends "base.html" %} {% block title %}Profile — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
{% set page_hero_eyebrow = "Your account" %} {% set page_hero_title = "Profile" %} {% set page_hero_subtitle = "Account details and your group memberships." %} {% include "_page_hero.html" %}

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 %}