(( display_ctx.domain_info.display_name() ))
(% if let Some(reauth) = display_ctx.reauth %)
Reauthenticating as (( reauth.username )) to access (( reauth.purpose ))
(% else if let Some(oauth2) = display_ctx.oauth2 %)
Authenticate to access (( oauth2.client_name ))
(% endif %)
(% block logincontainer %)
(% endblock %)