{% load static %} {% load custom_tags_and_filters %}
Go back

Extra information needed

{% csrf_token %} {% if reservation_questions %}

Please answer the following questions

{{ reservation_questions }}
{% endif %} {% if configurations %}

Choose tool configuration settings

{% if notice_limit > 0 %}
Please note: {{ notice_limit }} hours of advance notice is required when reserving this tool in order to configure it properly. A tool is not guaranteed to be configured properly if a reservation is created or modified on short notice.
{% endif %} {% include 'calendar/configuration_helper.html' %} {% endif %}
{% button type="save" submit=False style="text-align:center; margin-bottom:0; font-size:x-large" onclick="reserve_tool()" value="Create the reservation" %}