{% extends "admin/base_auth.html" %} {% load i18n static milea_tags %} {% block content %}

{% translate "Login to your account" %}

{% if form.errors and not form.non_field_errors %} {% endif %} {% if form.non_field_errors %} {% endif %} {% if user.is_authenticated %} {% endif %}
{% csrf_token %}
{{ form.username.label_tag }}
{{ form.username.errors }}
{{ form.password.label_tag }}
{{ form.password.errors }}
{% get_setting "milea_base.NAME" %} v{% get_setting "milea_base.VERSION" %}
illustration
{% endblock content %}