{# -*- coding: utf-8 -*- Copyright (C) 2020 - 2021 CERN. Copyright (C) 2020 - 2021 TU Wien. 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 show_license(license) %}
{{ license.title }}
{%- endmacro %} {% macro show_licenses(licenses) %} {% for license in licenses %} {{ show_license(license) }} {% endfor %} {% endmacro %}