{# SPDX-FileCopyrightText: 2020-2021 CERN. SPDX-FileCopyrightText: 2020-2021 Northwestern University. SPDX-FileCopyrightText: 2021 New York University. SPDX-FileCopyrightText: 2020-2026 TU Wien. SPDX-License-Identifier: MIT #} {%- from "invenio_app_rdm/records/macros/detail.html" import show_references, show_add_titles, show_alternate_identifiers, show_related_identifiers, show_funding, show_dates %} {%- from "invenio_theme_tuw/macros/detail.html" import show_licenses %} {%- set hasContent = record_ui["ui"]["additional_titles"] or metadata.identifiers or record_ui["ui"]["related_identifiers"] or metadata.funding or record_ui["ui"]["dates"] or metadata.references %} {%- set rights = record_ui["ui"].get("right") %} {%- set active = true %} {%- if hasContent %}