{% extends "base.html" %} {% load account_tags %} {% load i18n %} {% block title %}{% trans "Log in" %}{% endblock %} {% block content %}
{% trans "Log in to an existing account" %} {% csrf_token %} {{ form }} {% if redirect_field_value %} {% endif %} {% trans "Forgot your password?" %}
{% if ACCOUNT_OPEN_SIGNUP %} {% endif %} {% trans "Log in as guest" %}
{% include "account/_login_sidebar.html" %}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}