{% comment %} SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %}
{% if file_results %}
SSH Files

{% for file in file_results %}

{{ file.label }} (of Project {{ file.projects.first }})

{{ file.description }}

at {{ file.path }}

{% endfor %}

{% endif %} {% if directory_results %}
SSH Directories

{% for directory in directory_results %}

{{ directory.label }} (of Project {{ directory.projects.first }})

{{ directory.description }}

at {{ directory.path }}

{% endfor %}

{% endif %}