{% block subject %} {% autoescape false %} {{ 'handlers.congrats email.subject'|trans }} {% endautoescape %} {% endblock %} {% block body_text %} {% autoescape false %} {{ 'handlers.congrats email.message'|trans({'%entry_title%': entry_title, '%entry_url%': '' ~ entry_url ~ ''}) }} {% endautoescape %} {% endblock %} {% block body_html %}{% endblock %}