| Student | Subject | Time | Status | Action |
|---|---|---|---|---|
| Student A | Mathematics | Tomorrow • 4:00 PM | Awaiting | |
| Student B | GCSE English | Friday • 6:00 PM | Awaiting | |
| Student C | Python Basics | Saturday • 1:00 PM | Awaiting |
Real actions will be enabled after backend integration.
| # | Service | Student | Subject/Exam | Status | Actions |
|---|---|---|---|---|---|
| {{ b.id }} | {{ b.service }} | {{ b.student.get_full_name|default:b.student.username }} | {{ b.subject|default:b.exam|default:"-" }} | {{ b.get_status_display }} |
Chat
{% if b.status == "assigned" %}
{% elif b.status == "tutor_accepted" %}
Accepted
{% elif b.status == "tutor_declined" %}
Declined
{% endif %}
|
No assigned bookings yet.
{% endif %}