{% for group in it.filterGroups %}
{% block filtergroup %}
{% endfor %}
{% for entry in group.entries %}
{% endblock filtergroup %}
{{entry.title|escape}}
{{entry.number}}
{% endfor %}