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

{% for plan in data_management_plan_results %}

{{ plan.description }}

ID: {{ plan.data_management_plan_id }}

{% endfor %}

{% endif %}