{% if block('header') is defined %}
{% endif %}
{% if block('body') is defined %}
{{ block('body') }}
{% endif %}
{% if block('table') is defined %}
{{ block('table') }}
{% endif %}
{% if block('body_bottom') is defined %}
{{ block('body_bottom') }}
{% endif %}
{% if block('footer') is defined %}
{% endif %}