{% endif %}
{% if two_step_login and login_username %}
Signing in as
{{ login_username }}
{% endif %}
{% if persona_mode %}
{% elif two_step_login and not login_username %}
{% if users %}
Quick fill username
{% for username, description in users[:6] %}
{% endfor %}
{% endif %}
{% elif two_step_login %}
{% if saml_request %}
{# SAML's inline login has no GET to link back to (the
SAMLRequest is a POST body, not stored anywhere), so this
resubmits the same hidden fields with no username instead -
_sso_authenticate_inline already renders the blank username
screen for a POST that carries none (#323 review round 2,
before-merge 3). #}
{% else %}