{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Login" %}

{% for error in errors %}

{{ error }}

{% endfor %} {{ form.as_table }}
{% include "horizontal_footer.html" %} {% endblock %}