{% extends theme('layouts/1-column.html') %} {% import 'macros/forms.html' as forms with context %} {% set section_class = 'form' %} {% block main_content %}
{{ _('Sign In') }} {{ forms.render(login_user_form, exclude=[login_user_form.submit]) }}

{{ _('Forgot your password?') }} {{ _('Recover your password') }}

{{ _('Confirmation instructions not received?') }} {{ _('Send the instructions again') }}

{% endblock %}