{% extends "base.html" %} {% block title %}Voxint — users{% endblock %} {% block body %} {% from "settings/_tab_strip.html" import settings_tabs with context %} {{ settings_tabs("users") }}
{{ users_error }}
{% endif %} {% if users_success %}{{ users_success }}
{% endif %}Manage who can sign in. Admins have full access including this page; reviewers can review and correct transcripts but cannot change settings or manage users; viewers can browse transcripts and results but cannot make changes.
{% if users %}| Username | Role | Status | Created | Actions |
|---|
No user accounts yet.
{% endif %}