{% extends "layout.html" %} {% load staticfiles %} {% block content %}
{% include "account/sub_nav.html" %}
{% include "admin/sub_nav.html" %} {% for b in bookings %} {% endfor %}
Date Slot Board User
{{ b.booking_date|date:"M d, Y" }} {{ b.slot }} {{ b.account.board.mid }} {{ b.account.name }}
{% endblock %}