{% extends "base.html" %} {% block title %}Admin - Jupyter Classroom{% endblock %} {% block content %}
| Actions | |
|---|---|
| {{ a }} | {% if a != session.username %} {% else %} You {% endif %} |
No teachers found.
{% endif %}| Classroom | Teacher | Students | Actions |
|---|---|---|---|
| {{ c.name }} | {{ c.teacher }} | {{ c.student_count }} | View |
No classrooms yet.
{% endif %} {% endblock %}