{# SPDX-License-Identifier: MIT SPDX-FileCopyrightText: 2026 TU Wien #} {%- from "invenio_communities/details/macros/access-status-label.html" import access_status_label -%} {% if record %} {# if we have a record, we're looking at its landing page and rendering the community banner in the header #}
{# the stylesheet is not loaded on the landing page otherwise, but we need it for appropriate styling #} {{ webpack['invenio-community-themes-tuw-meretneith.css'] }} {% else %} {# if we don't have a record, we're looking at the community pages #}
{% if community.access.visibility == 'restricted' %}
{{ access_status_label() }}
{% endif %}
{% if community.metadata.website %} {% endif %} {# community navigation menu #}
{% endif %}