{% now "h:i A" %}
You're now logged out of the {{ area }}, {{ badge_user.first_name }}.
{% if door.areas.count > 1 %}
Would you like to log in into another area?
Exit (
15
)
{% for other_area in door.areas.all %} {% if other_area != area %}
Login to the {{ other_area.name }}
{% endif %} {% endfor %}
{% endif %}