{% if block('header') is defined %}
{{ block('header') }}
{% 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 %}