{% comment %} SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %}
{% if data_source_results %}
Data Sources

{% for data_source in data_source_results %}

{{ data_source.label }} (of Project {{ data_source.projects.first }})

{{ data_source.description }}

at {{ data_source.uri }}

{% endfor %}

{% endif %}