{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Copyright (C) 2021 Graz University of Technology. Copyright (C) 2021 New York University. 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. #} {%- set rights = record.ui.get('rights') %} {%- if rights %}

{{ _('Licenses')}}

{%- for right in rights%}
{{ right.title_l10n }}
{% if right.description_l10n %} {{ right.description_l10n }} {% endif %} {% if right.link %} Read more {% elif right.props and right.props.url %} Read more {% endif %}
{% endfor %}
{% endif %}