{% extends "base.html" %} {% block title %}Teachers — Admin{% endblock %} {% block content %}
{{ teachers|length }} teacher accounts
| Username | Joined | Status | Actions | |
|---|---|---|---|---|
| {{ t['username'] }} | {{ t['email'] }} | {{ t['created_at'][:10] }} | {% if t['is_active'] %} Active {% else %} Inactive {% endif %} |