{% extends 'emails/base.html.twig' %} {% block subject %} {%- autoescape false -%} Verify your email address {%- endautoescape -%} {% endblock %} {% block body_text %} {% autoescape false %} Finish setup Thanks for signing up for Ledger. Please enter the code below to verify this email and finish registration. If this wasn't you please disregard this message. {{ user.confirmToken }} 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'), 'Finish setup' ) }}

Thanks for signing up for Ledger. Please enter the code below to verify this email and finish registration. If this wasn't you please disregard this message.

{{ user.confirmToken }}

Go to Ledger

{% endblock %}