{% extends "layout.html" %} {% load staticfiles %} {% block headerfiles %} {% endblock %} {% block content %}
{% include "account/sub_nav.html" %}

Book slot

{% if cur_slots|length > 0 %}

Current slot {{ cur_slots.0 }} is vacant

{% csrf_token %}
{% endif %}

Book future slots

{% csrf_token %}

{% endblock %}