{% extends "site_base.html" %} {% load i18n %} {% load bootstrap_tags %} {% block head_title %}{% trans "Log In" %}{% endblock %} {% block body %}

{% trans "Log in" %}

{% trans "If you have an existing account, provide your login credentials below." %}

{% trans "Log in with an existing account" %} {% csrf_token %} {{ form|as_bootstrap }} {% if redirect_field_value %} {% endif %}
{% include "account/_login_sidebar.html" %}
{% endblock %}