{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% block content %}

{{i18n.body.h1}}

{{ form.hidden_tag() }}

{{ form.username.label }}
{{ form.username(size=32) }}

{{ form.password.label }}
{{ form.password(size=32) }}

{{ form.submit() }}

{% endblock %}