{% extends "main_card.html.twig" %} {% block title %}{% trans %}tfa.check.title{% endtrans %}{% endblock %} {% block card_title %} {% trans %}tfa.check.title{% endtrans %}{% endblock %} {% block content %} {% if authenticationError %} {% endif %} {{ parent() }} {% endblock %} {% block card_content %} {# Display current two-factor provider #}
{% block form %} {% endblock %} {% if displayTrustedOption %}
{% endif %} {% if isCsrfProtectionEnabled %} {% endif %} {% block submit_btn %}
{% trans %}user.logout{% endtrans %}
{% endblock %}
{% endblock %}