{% if digital_object_results %}
Digital Objects

{% for obj in digital_object_results %}

{{ obj.description }}

ID: {{ obj.digital_object_id }}

category: {{ obj.category }}

relation: {{ obj.relation }}

{% endfor %}

{% endif %}