{% macro navigator(data) %}
{% if data.categories %}
{{ data.i18n.categories }}
{% endif %} {% if data.platforms.length %}
Platforms
{% endif %} {% for group in data.attributeGroups %} {% if group.showOnNavigation == true and group.attributes.length %}
{{ group.name }}
{% endif %} {% endfor %}
{% endmacro %}