Welcome, {{ request.user.first_name|default:request.user.username }} (Preview)

This is the UI preview. Backend login and real data will come next.

2
Upcoming Sessions
1
Pending Requests
4
Completed Sessions
Upcoming Sessions
View all →
Date Subject Status Action
Tomorrow • 4:00 PM Mathematics Scheduled
Friday • 6:00 PM GCSE English Pending Tutor
Quick Actions

Portal features will be activated after backend integration.

Your recent bookings
View all
{% if bookings %}
{% for b in bookings %} {% endfor %}
# Service Subject/Exam Status Preferred Chat
{{ b.id }} {{ b.service }} {{ b.subject|default:b.exam|default:"-" }} {{ b.get_status_display }} {{ b.preferred_date|default:"-" }} {{ b.preferred_time }} {% if b.tutor_id %} Chat {% else %} Awaiting tutor {% endif %}
{% else %}

No bookings yet. Start with New Booking.

{% endif %}