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

{% for obj in digital_object_results %}

label: {{ obj.label }}

description: {{ obj.description }}

ID: {{ obj.digital_object_id }}

category: {{ obj.category_str }}

{% endfor %}

{% endif %}