{% if formSentAlias == __SELF__.alias %} {% if formSuccess %} {{ __SELF__.getGaSuccessEventHtmlCode(true)|raw }} {% flash success %}
{{ html_entity_decode(message)|nl2br }}
{% endflash %} {% elseif formError %} {% flash error %}
{{ html_entity_decode(message)|nl2br }}
{% endflash %} {% endif %} {% endif %}