{% extends 'emails/base.html.twig' %} {% block subject %} {%- autoescape false -%} Authentication code {%- endautoescape -%} {% endblock %} {% block body_text %} {% autoescape false %} Please use the following code to help verify your identity: {{ user.mfaEmailCode }} Thanks, Your friends at Ledger {% endautoescape %} {% endblock %} {% block body_html_content %} {% import 'emails/macros.html.twig' as EUI %} {{ EUI.displayAvatarText( appScheme ~ '://' ~ appHost ~ asset('images/ledger-icon.png'), 'Authentication code requested' ) }}

Please use the following code to help verify your identity:

{{ user.mfaEmailCode }}

{% endblock %}