{% block head_tag %} {% endblock head_tag %} {% block body_tag %} {% endblock body_tag %}
{% block table_start %}{% endblock table_start %} {% block content_around %}{% endblock content_around_end %} {% block footer_around %}{% endblock footer_around_end %}
{% block main_logo %} CESA {% endblock main_logo %}
{% endblock content_around %}

{% block content %}{% endblock content %}

{{ 'Best regards'|phrase }}

{{ contactFromName|phrase }}
{{ contactFromEMail }}
{{ sitePath }}

{% block content_around_end %}
{% endblock footer_around %} {% block footer %}{% endblock footer %} {% if recipient is defined and recipient is not null %}

{{ 'Unsubscribe'|phrase }}

{% endif %}

{{ 'Copyright'|phrase }} © {% block cc_block %}1999 - {{ date().format('Y') }} CESA.{% endblock cc_block %}

{% block footer_around_end %}