{% for TestGroup in TestGroups %} {% set TestGroupIndex = loop.index %}
{% if TestGroup.Matches %}
{% for Match in TestGroup.Matches %}
{{ Match.PluginContent }}
{% endfor %}
{% else %}
Empty element!
{% endif %}
{% endfor %}