{% endblock %}
{% block modal_subtitle %}
Beamline Support for {{ object.date }}
{% endblock %}
{% block modal_body %}
{% now "Y-m-d" as now %}
{% get_setting "MIN_SUPPORT_HOUR" 0 as MIN_SUPPORT_HOUR %}
{% get_setting "MAX_SUPPORT_HOUR" 24 as MAX_SUPPORT_HOUR %}
{% get_setting "SUPPORT_EMAIL" as SUPPORT_EMAIL %}
{% with object.active as active %}
{% if current %}
There is no local support at this time.
{% else %}
{{ object.staff.first_name }} will contact you on {{ object.date }} to start your beamtime.
{% endif %}
Contact {% if SUPPORT_EMAIL %}
{{ SUPPORT_EMAIL }}
{% else %}Beamline Staff{% endif %} with questions or concerns.