{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2017-2019 CERN. Invenio 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 pid_versions_dropdown(pid, pid_view='invenio_records_ui.recid') %} {%- set pid_versioning = pid | to_versioning_api -%} {% if pid_versioning.is_parent %} {% set all_versions = pid_versioning.children | list %} {% endif %} {%- endmacro %}