{% for child in taxon.enabledChildren %} {{ child.name }} {% endfor %} {% if taxon.parent is not empty and not taxon.parent.isRoot() and taxon.parent.enabled %} {{ 'sylius.ui.go_level_up'|trans }} {% endif %}