{% extends 'auth/master.twig' %} {% block content %}
{% if 'totp' in auth_method_names %} Authenticator app (TOTP) {% endif %} {% if 'u2f' in auth_method_names %} Security key (U2F) {% endif %} {% if 'backup' in auth_method_names %} Backup code {% endif %} Cancel
{% endblock %}