{# 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. #} {% macro show_version(version, publication_date, doi) %}
Version {{ version }} {% set doi = doi if doi else "No DOI available" %}

{{ doi }}

{{ publication_date }}

{%- endmacro %}