{% extends 'emails/base.html.twig' %} {% block subject %} {%- autoescape false -%} Final reminder to join Ledger {%- endautoescape -%} {% endblock %} {% block body_text %} {% autoescape false %} Last day to join team {{ workspace }}! {{ workspace }} uses Ledger to manage their projects, discussions, and tasks. As an invited member, Ledger is free to use. This invitation will expire in 1 day. Paste the following link into your browser: {{ invitationUrl }} 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'), 'Last day to join team ' ~ workspace ~ '!' ) }}
{{ workspace }} uses Ledger to manage their projects, discussions, and tasks. As an invited member, Ledger is free to use. This invitation will expire in 1 day.
{% endblock %}