{% extends "layout/immersive.html" %} {% block content %}

{{ _('Confirm Access') }}

{% if UserContext.authn %}
{% endif %} {% if UserContext.tfa %} {% endif %}

Tip: You are entering sudo mode.

After you've performed a sudo-protected action, you'll only be asked to re-authenticate again after a few hours of inactivity.

{% if UserContext.authn or UserContext.tfa %}

{{ _('Or use other methods:') }}

    {% if UserContext.authn %}
  1. {{ _('Use Authenticator') }}
  2. {% endif %} {% if UserContext.tfa %}
  3. {{ _('Use TFA Code') }}
  4. {% endif %}
{% endif %}
{% endblock %}