{% extends 'base.html' %} {% load static %} {% load custom_tags_and_filters %} {% block title %}Extra information needed{% endblock %} {% block content %}

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" value="Create the reservation" %}
{% endblock %}