{# 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 %}