{% 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 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 %}