{% load custom_tags_and_filters %}

According to our records, you're not logged in to any access controlled areas.

Please contact {{ facility_name }} staff if you believe this is an error.

{# Don't offer to open the door if there is no interlock #} {% if customizations|get_item:"area_access_open_door_on_logout" == "enabled" and door.interlock %}

Open the door

{% endif %} {% if tools_in_use %}

You are currently still logged in to the following tools:

{% if "NEMO.apps.kiosk"|app_installed and customizations|get_item:"area_access_kiosk_option_already_logged_out" == "enabled" %}

Open the kiosk

{% endif %} {% endif %}