{{ _('Topics') }}
    {% set topicbag = 'topics' %} {% for id, item in bag(topicbag).items() %} {% if this.alt != "en" %} {% set p = '/' + this.alt + '/' + item.path %} {% else %} {% set p = '/' + item.path %} {% endif %} {{ _(item.label) }} {% endfor %}

{{ _('Topics') }}

    {% set topicbag = 'topics' %} {% for id, item in bag(topicbag).items() %} {% if this.alt != "en" %} {% set p = '/' + this.alt + '/' + item.path %} {% else %} {% set p = '/' + item.path %} {% endif %} {{ _(item.label) }} {% endfor %}