{% extends "base.html" %} {% load url from future %} {% block title %}Daily View{% endblock %} {% block main_content %}

Daily View

{{ day|date:"l, N jS Y" }}

{% for tm,cells in timeslots %} {% for cell in cells %} {{ cell }} {% endfor %} {% endfor %}
Time Main Room Private 2 Private 3 Private 4
{{ tm|date:"P" }}
{% endblock %}