{{ _('Topics') }}
    {% set topicbag = 'topics+en' %} {% for id, item in bag(topicbag).items() %} {{ _(item.label) }} {% endfor %}

{{ _('Topics') }}

    {% set topicbag = 'topics+en' %} {% for id, item in bag(topicbag).items() %} {{ _(item.label) }} {% endfor %}