{% extends g.auth.template or 'core/auth/base.html' %} {% import 'core/partial/login_field.html' as login_field %} {% block auth_subtitle %}
{{ _("Please enter your password for this account.") }}
{% endblock %} {% block auth_form_content %} {{ login_field.render_field(form.password, class="autofocus") }} {% endblock %} {% block auth_right_buttons %} {% if features.has_smtp and features.has_password_recovery %} {{ _("Forgotten password") }} {% endif %} {% endblock %}