{% trans_default_domain 'admin' %}
{% set entity = config.entity %}
{% set children = tree[entity.id] is defined and tree['main'] is defined ? tree[entity.id] : [] %}
{% set url = config.url %}
{% if not url.isArchived %}
{% for child in children %}
{% include 'admin/page/seo/include/link-element.html.twig' with {"config": child, 'tree': tree, 'currentUrl': currentUrl, 'entitylocale': entitylocale} only %}
{% endfor %}