The requested route does not exist or has been moved.
You are currently not signed in. Start from the login page.
{% elif is_site_admin and not session.get('group_id') %}You are signed in as Site Admin. You can manage groups and users from there.
{% elif role == 'admin' %}You are a group admin. Use Panel or Group Admin to return to valid sections.
{% else %}Use the dashboard to navigate back to known sections.
{% endif %}