{% load custom_tags_and_filters %}

{% now "h:i A" %}

You're now logged out of the {{ area }}, {{ badge_user.first_name }}.

{% if tools_in_use %}

You are currently still logged in to the following tools:

{% endif %} {% if staff_charge %}

You are currently still charging staff time to:

{% endif %}

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

Open the kiosk

{% endif %} {% if door.areas.count != 1 %}

Would you like to log into another area?

{% for other_area in door.areas.all %} {% if other_area != area %}

{% endif %} {% endfor %}
{% endif %}