{# -*- coding: utf-8 -*- Copyright (C) 2020-2021 CERN. Copyright (C) 2020-2021 Northwestern University. Copyright (C) 2021 New York University. Copyright (C) 2020-2022 TU Wien. Invenio RDM Records is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- 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.additional_titles or metadata.identifiers or record.ui.related_identifiers or metadata.funding or record.ui.dates or metadata.references %} {%- set rights = record.ui.get("right") %} {%- set active = true %} {%- if hasContent %}