Propongo
{{ _('Please sign in to continue.') }}
{% if error %}
{{ error }}
{% endif %}
{{ _('Username') }}
{{ _('Password') }}
{{ _('Sign in') }}
{% if allow_registration %}
{{ _('No account?') }}
{{ _('Create one') }}
{% endif %}
{% for code, name in LANGUAGES.items() %}
{{ name }}
{% endfor %}