{% include 'registration/header.html' %} {% load static %}

Welcome to {{ function_name }}!

{% if is_password_reset %} Enter your registered email address and we’ll send you instructions to reset it. {% else %} Please sign-in to your account and start the adventure {% endif %}

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% csrf_token %} {% if is_password_reset %}
{% else %} {% if function_name == 'Visitors' %}
{% else %}
{% endif %}
{% endif %}
{% if is_password_reset %}

Back to Login

{% endif %}
{% if not is_password_reset %} {% if function_name == 'Gate Keeper' %}

Admin on our platform? Admin Login

Employee on our platform? Employee Login

{% elif function_name == 'Employee' %}

Gate Keeper on our platform? Gate Keeper Login

Admin on our platform? Admin Login

{% elif function_name == 'Admin' %}

Gate Keeper on our platform? Gate Keeper Login

Employee on our platform? Employee Login

{% elif function_name == 'Visitors' %}

Visitor Signup on our platform? Signup

Back to Login

{% endif %} {% if setting.safety_Service_Kiosk %}

Want to access Self Service Kiosk? Self Service Kiosk

{% endif %}

Forgot your password? Forgot Password

{% endif %}