{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Log in" %} {% endblock %} {% block content %} {% if messages %} {% endif %}
{% csrf_token %} {{ form.as_p }}

→ {% trans "Forgot password?" %} {% trans "Reset it!" %}

→ {% trans "Not a member?" %} {% trans "Register!" %}

{% for method in alt_methods %}

{% trans method.caption %}

{% endfor %}
{% if providers_list %}
{% trans "Log in with a federated account?" %}
{% csrf_token %}
{% endif %} {% endblock %} {% block extra_scripts %} {% endblock %}