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

Profile

Account details and Google Workspace group memberships.

Account

Google Workspace groups

{% if groups and groups | length > 0 %} {% else %}
No Google groups available
Groups are populated when you sign in with Google on a Workspace-enabled tenant. Other sign-in methods (email, password) don't expose group memberships.
{% endif %}
{% endblock %}