{% set greeting_key = 'greeting.noname' %} {% extends 'mail/base.html' %} {% block content %} {% autoescape false %} {% if code_only %}

{{ T(l('NOTIFICATIONS', 'emails.confirmation_email_short_sent.messagev2')) }}

{{ SHORT_CODE }}

{% else %}

{{ T(l('NOTIFICATIONS', 'emails.confirmation_email_sent.message')) }}

{% endif %}

{{ T(l('NOTIFICATIONS', 'emails.confirmation_email_sent.dont_worry')) }}

{% endautoescape %} {% endblock content %}