{% extends "layout.html" %} {% block body %}

Existing Bookings


Bookings you have made are below

{% for booking in bookings %} {% endfor %}
Module Tutor Date Time slot Transcript
{{ booking.moduleCode }} {{ booking.tutor }} {{ booking.date }} {{ booking.time }} {{ booking.transcriptName }}
{% endblock %}