{% for item in page.page_body %} {% if item.listItems %} {% if item.t_headline %}

{{ item.t_headline }}

{% endif %} {% if item.t_text %}

{{ item.t_text }}

{% endif %} {% elsif item.tableItems %}
{% if item.tableDiv%} {% for subItem in item.tableDiv%}
{% if subItem.t_headline%}

{{subItem.t_headline}}

{% endif %} {% if subItem.body %} {% for smallItem in subItem.body %} {% if smallItem.text %}

{{smallItem.text}}

{% endif %} {% endfor %} {% endif %}
{% endfor %} {% endif %}
{% elsif item.tableItems_two %}
{% if item.tableDiv%} {% for subItem in item.tableDiv%}
{% if subItem.t_headline%}

{{subItem.t_headline}}

{% endif %} {% if subItem.body %} {% for smallItem in subItem.body %} {% if smallItem.text %}

{{smallItem.text}}

{% endif %} {% endfor %} {% endif %}
{% endfor %} {% endif %}
{% else %} {% if item.t_headline %}

{{ item.t_headline }}

{% endif %} {% if item.t_text %}

{{ item.t_text }}

{% endif %} {% endif %} {% endfor %}