{% extends "base.html" %} {% block title %}{{ group_name }} - Jupyter Classroom{% endblock %} {% block content %}
Teacher: {{ teacher }}
| Status | Last Activity | Actions | |
|---|---|---|---|
| {{ s.username }} | {{ s.status }} | {{ s.last_activity or "—" }} | {% if s.status == "stopped" %} {% else %} Open {% endif %} |
No students in this classroom yet.
{% endif %}