{%- extends "base.html" -%} {% block content %}
| User | Role | {%- if current_user.role.is_administrator %}Active | {%- if not SSO_ENABLED %}Action | {%- endif %} {%- endif %}|
|---|---|---|---|---|
| {{ user.name }} | {{ user.email }} | {{ user.role }} | {%- if current_user.role.is_administrator %}{%- if not SSO_ENABLED %} edit delete {%- endif %} | {%- endif %}