Propongo
{{ _('Enter the email address associated with your account.') }}
{% if error %}
{{ error }}
{% endif %} {% if message %}
{{ message }}
{{ _('Back to sign in') }}
{% else %}
{{ _('Email address') }}
{{ _('Send reset link') }}
{{ _('Back to sign in') }}
{% endif %}
{% for code, name in LANGUAGES.items() %}
{{ name }}
{% endfor %}