{% set tags = mapOrganizationTags|default([]) %}
{% if tags is iterable and tags|length > 0 %} {% for tag in tags %} {% endfor %} {% endif %}