{% extends theme('base.html') %} {% import theme('macros/forms.html') as forms with context %} {% block content %} {{ _('Sign in') }} {{ forms.render_fields(login_user_form, submit=_('Sign In')) }} {{ _('Forgot your password?') }} {{ _('Recover your password') }} {% if config.SECURITY_CONFIRMABLE %} {{ _('Confirmation instructions not received?') }} {{ _('Send the instructions again') }} {% endif %} {% if not read_only_mode %} {{ _('Don\'t have an account?')}} {{ _('Create an account') }} {% endif %} {% endblock %}
{{ _('Forgot your password?') }} {{ _('Recover your password') }}
{{ _('Confirmation instructions not received?') }} {{ _('Send the instructions again') }}