{% load i18n %} {% block title %}{% trans 'Unicorn ID Manager' %}{% endblock %}
{% if form.errors %}

{% trans "Your account may disabled on this system. Or your username and password didn't match. Please try again." %}

{% endif %}

{% trans "Administrator must login to operate your systems." %}

{% trans 'Username:' %}{{ form.username }}
{% trans 'Password:' %}{{ form.password }}