{% 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 %}