{% extends "base.html" %} {% block title %}Admin Dashboard โ Python 108{% endblock %} {% block content %}
Site-wide overview ยท Python 108
| Rank | Student | Programs done | Progress |
|---|---|---|---|
| {% if loop.index==1 %}๐ฅ{% elif loop.index==2 %}๐ฅ{% elif loop.index==3 %}๐ฅ {% else %}{{ loop.index }}{% endif %} | {{ s['username'] }} | {{ s['prog_done'] }}/108 | {{ s['pct'] }}% |
| Class | Teacher | Students | Status | |
|---|---|---|---|---|
| {{ c['name'] }} | {{ c['teacher_name'] or 'โ' }} | {{ c['student_count'] }} | {% if c['is_active'] %} Active {% else %} Inactive {% endif %} | Manage |
No classes yet. Create one โ
{% endif %}