{% extends "base.html" %} {% block title %}Students — Admin{% endblock %} {% block content %}
{{ students|length }} registered students
These students have no class yet. Assign them below.
| Username | Assign to Class | |
|---|---|---|
| {{ s['username'] }} | {{ s['email'] }} |
| Username | Joined | Status | Actions | |
|---|---|---|---|---|
| {{ s['username'] }} | {{ s['email'] }} | {{ s['created_at'][:10] }} | {% if s['is_active'] %} Active {% else %} Inactive {% endif %} |