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

{{ T(l('VALIDATOR', 'validation_message')) }}

{{ T(l('VALIDATOR', 'dont_worry')) }}

{% endautoescape %} {% endblock content %}