{% load static %} {% load i18n %} Login - {{white_label_company_name}} Dashboard
{% for message in messages %}
{{ message }}
{% endfor %}

{% trans "Sign In" %}

{% trans "Please login to access the dashboard." %}

{% csrf_token %}
{% if not initialize_database %} {% trans "Forgot password" %}? {% endif %}
{% if initialize_database %}
{% endif %}
{{white_label_company_name}} {% if white_label_company %}

{{white_label_company}}

{% endif %}