{% set taxlist = children_only is defined ? taxonomylist.getChildPagesTags(of_page) : taxonomylist.get() %}
{% if taxlist %}
{{ 'FUTURE.SIDEBAR.TAGS.HEADLINE'|t }}
{% for tax,value in taxlist[taxonomy] %}
{% if value is not empty %}
{% set active = uri.param(taxonomy) == tax? 'active' : '' %}
{{ tax }}
{% endif %}
{% endfor %}