{# SPDX-FileCopyrightText: 2022 CERN. SPDX-License-Identifier: MIT #} {%- block profile_admin %} {% set ns = namespace(admin_menu=False) %} {%- for item in current_menu.submenu('profile-admin').children if item.visible %} {% set ns.admin_menu = True %} {{ item.text|safe }} {%- endfor %} {% if ns.admin_menu %}
{% endif %} {%- endblock %}