{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% load foundations_tags %} {% block head_title %}{% trans "Log in" %}{% endblock %} {% block body %}
{% trans "Log in to an existing account" %}
{% csrf_token %} {{ form|as_foundation }} {% if redirect_field_value %} {% endif %}
{% include "account/_login_sidebar.html" %}
{% endblock %}