{% if groups %}
{% for group_name, group in groups.items %}

{% for item in group.items %} {{ item.label }} {% endfor %}
{% endfor %}
{% endif %}