{% extends 'emails/base.html.twig' %} {% block subject %} {%- autoescape false -%} Your invitation to Ledger has been canceled {%- endautoescape -%} {% endblock %} {% block body_text %} {% autoescape false %} Please note that the links to the invitation in previous emails are no longer functional. 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'), 'Invitation canceled!' ) }}

Please note that the links to the invitation in previous emails are no longer functional.

{% endblock %}