{% extends "base.html" %} {% block title %}Users // Synapse-Cortex{% endblock %} {% block header %}Admin // User Accounts{% endblock %} {% block content %}
Tenant Users ({{ users|length }})
{% for u in users %} {% else %} {% endfor %}
Name Email Role Status MFA
{{ u.full_name }} {% if u.id == user.id %}(you){% endif %} {{ u.email }} {% if u.id != user.id %} {% endif %}
No users yet.
{% endblock %}