{% extends "base.html" %} {% load umap_tags i18n %} {% block extra_head %} {% umap_css %} {% endblock extra_head %} {% block body_class %} login {% endblock body_class %} {% block content %}
{% include "umap/branding.html" %}
{% if ENABLE_ACCOUNT_LOGIN %}

{% trans "Please log in with your account" %}

{% if form.non_field_errors %} {% endif %}
{% csrf_token %} {{ form.username.errors }} {{ form.password.errors }}
{% endif %} {% if backends.backends|length %}

{% trans "Please choose a provider" %}

{% endif %}
{% endblock content %}