According to our records, you're already logged in the {{ area }} under the project named {{ project }}.
{% if max_capacity_reached %}
{% if max_capacity_reached.area == area %}
However, this area has reached its maximum occupancy
{% elif max_capacity_reached %}
However, the {{ max_capacity_reached.area }} has reached its maximum occupancy
{% elif scheduled_outage_in_progress %}
However, a scheduled outage is in effect in the {{ scheduled_outage_in_progress.area }}
{% endif %}
{% elif reservation_requirement_failed %}
However, you cannot enter since you don't have a current reservation for this area.
{% endif %}
Please visit the {{ facility_name }} staff if you believe this is an error.
{% if not reservation_requirement_failed and not max_capacity_reached and not scheduled_outage_in_progress %}
What would you like to do?
{# Don't offer to open the door if there is no interlock #}
{% if door.interlock %}
{% endif %}
{% endif %}