{% load static %} {% load i18n %} Login - {{white_label_company_name}} Dashboard
{% for message in messages %}
{{ message }}
{% endfor %}
Horilla HRMS
  • 1
    Authentication
  • 2
    Sign Up
  • 3
    Company
  • 4
    Department
  • 5
    Job Position

{% trans "Database Authentication" %}

{% trans "Authenticate with your password to initialize the Horilla HRMS database." %}

{% csrf_token %}
Horilla