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

{% for documentation in documentation_results %}

{{ documentation.description }}

ID: {{ documentation.documentation_id }}

{% endfor %}

{% endif %}