{% extends theme('base.html') %} {% import 'flask.j2' as flask %} {% import 'fomanticui.html' as sui %} {% block container %}
{% if logo_url %} {{ website_name }} {% else %} {% endif %}

{{ _("Sign in as %(username)s", username=username) }}
{% trans %}Please enter your password for this account.{% endtrans %}

{{ flask.messages() }}
{{ form.hidden_tag() if form.hidden_tag }} {{ sui.render_field(form.password, icon="key", noindicator=true, class="autofocus") }}
{{ _("I am not %(username)s", username=username) }} {% if has_smtp and has_password_recovery %} {{ _("Forgotten password") }} {% endif %}
{% endblock %}