{# -*- coding: utf-8 -*- Copyright (C) 2021 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. #}
{#
{{ _('Versions')}}

#}

{{ _('Export')}}


{%- for fmt, val in config.get("MARC21_RECORD_EXPORTERS",{}).items() -%} {%- set name = val.get("name", fmt) -%} {%- set export_url = url_for('invenio_records_marc21.record_export', pid_value=record.id, export_format=fmt) -%} {{ name }}
{%- endfor -%}