{% load i18n static %} MADGA ยท {% trans "Login" %}
{% csrf_token %}
MADGA Studio

{% trans "Welcome" %}

{% trans "Sign in to access the backoffice." %}

{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}