{# -*- coding: utf-8 -*-
Copyright (C) 2021-2024 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.
#}
{% for title in metadata.get('titles') %}
{{title}}
{% endfor %}
{% if record.ui.creators or record.ui.contributors %}
{%- include "invenio_app_rdm/records/details/creatibutors.html" %}
{% endif %}