{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% load bootstrap_tags %} {% block head_title %}{% trans "Log in" %}{% endblock %} {% block body_class %}login{% endblock %} {% block page_title %}{% trans "Log in" %}{% endblock %} {% block body %}
{% trans "Log in to an existing account" %} {% csrf_token %} {{ form|as_bootstrap }} {% if redirect_field_value %} {% endif %}

{% trans "Forgot your password?" %}

{% endblock %} {% block sidebar %} {% include "account/_openid_sidebar.html" %} {% endblock %}