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

{% for gate_connection in gate_connection_results %}

{{ gate_connection.title }} (by {{ gate_connection.proposer }})

{{ gate_connection.abstract }}

ID: {{ gate_connection.gate_id }}

{% endfor %}

{% endif %}