{% block stylesheets %}
{% endblock %} {% block body %}
Welcome,
Please sign in to your account.
No account? Contact with Admin
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %} {% if app.user %}
You are logged in as {{ app.user.username }},
Logout
{% endif %} {% if app.session.get('userEmail') is not null %}
Input the OTP we sent to {{ app.session.get('userEmail') }} to access your account.
{% endif %} {#
PIN
#}
Password
{#
Sign in
#}
Login
{% endblock %} {% block javascripts %} {% endblock %}