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

{% for version_control in version_control_results %}

{{ version_control.label }}

ID: {{ version_control.version_control_id }}

{% endfor %}

{% endif %}