{# SPDX-FileCopyrightText: 2020-2021 CERN. SPDX-FileCopyrightText: 2020-2026 TU Wien. SPDX-License-Identifier: MIT #} {%- macro show_license(license) %} {%- if license.link %} {%- set license_link = license.link %} {%- elif license.props and license.props.url %} {%- set license_link = license.props.url %} {%- else %} {%- set license_link = "#" %} {%- endif %}
{{ license.title_l10n }}
{%- endmacro %} {% macro show_licenses(licenses) %} {%- for license in licenses %} {{ show_license(license) }} {% endfor %} {%- endmacro %}