{{ child.title }}
{% if child.alt == "events" %}
{{last_events()|raw}}
{% endif %}
{% for grandchild in child.children %}
{{ grandchild.title }}
{% endfor %}
{% else %}
{{ child.title }}
{% endif %}
{% endfor %}