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

{% for project in project_results %}

{% if project.label %} {{ project.label }} {% else %} New Project {% endif %} (by {{ project.owner }}) > Landing Page

{{ project.description }}

{% endfor %}

{% endif %} {% if group_results %}
Groups

{% for group in group_results %}

{{ group }}

{% endfor %}

{% endif %} {% if user_results %}
Users

{% for user in user_results %}

{{ user }}

{% endfor %}

{% endif %} {% if login_info_results %}
Logins

{% for login in login_info_results %}

{{ login.name }}

{{ login.type }}

{% endfor %}

{% endif %} {% if tag_results %}
Tags

{% for tag in tag_results %}

{{ tag.label }}    

{% if tag.requires_type %} requires type: {{ tag.requires_type.label }}
{% endif %} attribute: {{ tag.attribute.label }}
attribute value: {{ tag.value.label }}
{% if tag.projects.first %} project: {{ tag.projects.first.label }} {% endif %}

{% endfor %}

{% endif %}