{% set active_page = 'dashboard' %} {% include "components/navbar.html" %}
{{ user.email[0] | upper }}
{% if not is_in_group %}
Google Group Membership
Not Authorized
We could not verify your membership in the required Google Group. If you believe this is an error, please contact your workspace administrator.
{% endif %} {% if is_in_group %}
{% endif %}
{% include "components/footer.html" %}