{# Copyright (C) 2020 CERN. 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/stats_popup.html" import stats_popup %}
{{ _("All versions") }} | {{ _("This version") }} | |
---|---|---|
{{ _("Views") }} | {{ stats_popup(all_versions.views) }} | {{ stats_popup(this_version.views) }} |
{{ _("Downloads") }} | {{ stats_popup(all_versions.downloads) }} | {{ stats_popup(this_version.downloads) }} |
{{ _("Data volume") }} | {%- set binary_sizes = not config.APP_RDM_DISPLAY_DECIMAL_FILE_SIZES %}{{ all_versions.data_volume|filesizeformat(binary=binary_sizes) }} | {{ this_version.data_volume|filesizeformat(binary=binary_sizes) }} |