{% extends "../base.html" %} {% block page_title %}Switch Active Role{% endblock %} {% block content %}
Change which assigned role is active for this session. This affects dashboard and menu visibility only.
{% if form.errors %}Current active role
All assigned roles
{% for role in roles %} {{ role.name }} {% endfor %}