{% extends "base.html" %} {% block title %}Dashboard - Jupyter Classroom{% endblock %} {% block content %}
| Classroom | Teacher | Students | Running Servers | Actions |
|---|---|---|---|---|
| {{ c.name }} | {{ c.teacher }} | {{ c.student_count }} | {{ c.running_servers }} | View |
No classrooms found. {% if session.admin %}Go to Admin to create one.{% endif %}
{% endif %} {% endblock %}