{% load i18n %} {% for tag_group in all_tags %} {% if tag_group.group_label not in collection.exclude_properties_filters %}

{{tag_group.group_label}}

{% endif %} {% endfor %}