{% 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 #}
{% trans %}tfa.check.code.help{% endtrans %}
{% if displayTrustedOption %}
{% endif %} {% if isCsrfProtectionEnabled %} {% endif %}
{% trans %}user.logout{% endtrans %}
{% endblock %}