{% if admin.banner %}
{{ admin.banner }}
{% endif %}
{{ title }}
{{ csrf_input | safe if csrf_input }}
{{ _('Sign in') }}
{{ _('Sign in to continue.') }}
{% if error %}
{{ error }}
{% endif %} {#- What the auth provider fills in, and the username typed before a failed attempt. The cursor starts at the first box left empty. -#} {%- set filled = values|default({}) -%}
{{ _('Username') }}
{{ _('Password') }}
{{ _('Sign in') }}