{% comment %} SPDX-FileCopyrightText: 2023-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load static %} {% if nav_element.children %} {% else %} {% if nav_element.icon and "." in nav_element.icon %} {{ nav_element.label }} {% elif nav_element.icon %} {% endif %} {{ nav_element.label }} {% endif %}