{# -*- mode: jinja2 -*- #} {% extends "include/base.html" %} {% block breadcrumb_li %} {% endblock %} {# {% block head_title %}{{ _('Log in') }}{% endblock %} #} {% block content %}
{{ _('Log in to an existing account') }} {% csrf_token %} {{ form|bootstrap }} {% if redirect_field_value %} {% endif %} {{ _('Forgot your password?') }}
{% if ACCOUNT_OPEN_SIGNUP %} {% endif %}
{#
#} {# {% include "account/_login_sidebar.html" }} #} {#
#}
{% endblock %} {% block script %} {{ super() }} {% endblock %}