{% load custom_tags_and_filters %} {% if previous_area %}

You've been automatically logged out of the {{ previous_area }}, and you're now logged in to the {{ area }}, {{ name }}.

{% else %}

You're logged in to the {{ area }}, {{ customer.first_name }}.

{% endif %} {% if door.interlock %}

The door is open.

{% endif %}

Access time is being charged to the project named {{ project }}.

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

Open the kiosk

{% endif %}