{# SPDX-FileCopyrightText: 2020 CERN. SPDX-FileCopyrightText: 2020 Northwestern University. SPDX-FileCopyrightText: 2021-2026 TU Wien. SPDX-FileCopyrightText: 2022 New York University. SPDX-License-Identifier: MIT #} {#- base: invenio-app-rdm v13.0.0 (invenio_app_rdm/records/details/side_bar/metrics.html & invenio_app_rdm/records/details/stats.html) #} {#- changes: condition for rendering the box, remove data volume #} {% from "invenio_app_rdm/records/macros/stats_popup.html" import stats_popup %} {#- change: only show stats to record owners #} {% if record_ui["stats"] and current_user and current_user.id == (record_ui["id"]|resolve_record|resolve_user_owner).id %} {% endif %}