{% extends 'base.html' %} {% block extra_css %} {% endblock %} {% block content %}
Institution-wide overview, generation health and exam management.
No exams yet.
{% endif %}No failed or stuck generations. All clear.
{% endif %}| User | Plan | Status |
|---|---|---|
{{ u.username }} {{ u.email }} |
{{ u.subscription_type|title }} | {{ 'Active' if u.is_active else 'Inactive' }} |
| Title | User | Status |
|---|---|---|
| {{ e.title[:34] }}{% if e.title|length > 34 %}…{% endif %} | {{ e.creator.username if e.creator else '—' }} | {{ e.status }} |