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