{# Copyright (C) 2020 CERN. Copyright (C) 2024 KTH Royal Institute of Technology. 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. #} {% macro show_version(version, publication_date, doi) %}
{{ _("Version") }} {{ version }} {% set doi = doi if doi else _("No DOI available") %}

{{ doi }}

{{ publication_date }}

{%- endmacro %}