{{ facility_name }} staff were not given sufficient notice to configure this tool. There is no guarantee that this tool will be configured properly at time of use.
{% endif %}
{% if reservation.missed %}
This reservation was automatically removed from the tool calendar due to tool inactivity.
{% endif %}
{% if user.is_staff %}
Title
{% elif reservation.title %}
Title: {{ reservation.title }}
{% endif %}
User: {{ reservation.user }}
Created by: {{ reservation.creator }}
Created on: {{ reservation.creation_time }}
Tool: {{ reservation.tool }}
{% if reservation.project %}
Project: {{ reservation.project }}
{% if reservation_project_can_be_changed %}{% endif %}
{% if reservation_project_can_be_changed %}
Project
{% endif %}
{% endif %}
Start: {{ reservation.start }}
End: {{ reservation.end }}
Identifier: {{ reservation.id }}
{% if reservation.self_configuration %}
{{ reservation.user }} has opted to perform the tool configuration.
{% endif %}
{% if reservation.additional_information %}
Additional information:
{{ reservation.additional_information|linebreaksbr }}
{% endif %}
{# Allow the user to cancel the reservation if they have that priviledge. #}
{% if not reservation.missed and not reservation.cancelled %}
{% if reservation.user.id == user.id and reservation.has_not_ended or user.is_staff %}
{% endif %}
{% endif %}