Horizon: Reservations can only be created up to {{ tool.reservation_horizon }} days in advance
{% endif %}
{% if tool.missed_reservation_threshold %}
Missed threshold: Reservations will be marked as missed {{ tool.missed_reservation_threshold }} minutes after the start if there is no usage (any usage)
{% endif %}
{% if tool.has_reservation_usage_rules %} {% endif %}
{% endif %}
{% if tool.has_reservation_usage_rules %}
The following rules are enforced every day
{% if tool.policy_off_start_time < tool.policy_off_end_time %}
from 00:00 to {{ tool.policy_off_start_time }} and from {{ tool.policy_off_end_time }} to midnight
{% else %}
from {{ tool.policy_off_end_time }} to {{ tool.policy_off_start_time }}
{% endif %}
{% if tool.policy_off_weekend %}(except weekends){% endif %}
:
{% if tool.minimum_usage_block_time or tool.maximum_usage_block_time %}
Block time: reservations must last
{% if tool.minimum_usage_block_time %}a minimum of {{ tool.minimum_usage_block_time }} minutes{% endif %}
{% if tool.minimum_usage_block_time and tool.maximum_usage_block_time %}and{% endif %}
{% if tool.maximum_usage_block_time %}a maximum of {{ tool.maximum_usage_block_time }} minutes{% endif %}
{% endif %}
{% if tool.minimum_time_between_reservations %}
Time between reservations: there needs to be a minimum of {{ tool.minimum_time_between_reservations }} minutes between reservations
{% endif %}
{% if tool.maximum_reservations_per_day or tool.maximum_future_reservations %}
# of reservations:
{% if tool.maximum_reservations_per_day %}
{{ tool.maximum_reservations_per_day }}
{% if tool.maximum_reservations_per_day == 1 %}
reservation
{% else %}
reservations
{% endif %}
maximum per day
{% endif %}
{% if tool.maximum_reservations_per_day and tool.maximum_future_reservations %}and{% endif %}
{% if tool.maximum_future_reservations %}
{{ tool.maximum_future_reservations }}
{% if tool.maximum_future_reservations == 1 %}
reservation
{% else %}
reservations
{% endif %}
maximum in the future
{% endif %}
{% endif %}
{% if tool.maximum_future_reservation_time %}
Total reservation time: Reservations in the future cannot total more than {{ tool.maximum_future_reservation_time }} minutes