{# -*- coding: utf-8 -*- Copyright (C) 2024 Graz University of Technology. invenio-records-marc21 is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #}
{% set all_versions = record.stats.all_versions %} {% set this_version = record.stats.this_version %}
{{ all_versions.unique_views|compact_number(max_value=1_000_000) }}
{{ _("Views") }}
{{ all_versions.unique_downloads|compact_number(max_value=1_000_000) }}
{{ _("Downloads") }}