{% extends "layout.html" %} {% block content %}
{% include "account/sub_nav.html" %}

Your booked slots

url {% for b in bookings %} {% if now_time < b.start_time %} {% else %} {% endif %} {% endfor %}
Date Slot timings Delete
{{ b.booking_date|date:"M d, Y" }} {{ b.slot }}DeleteDelete
{% endblock %}