{% extends "components/layout.html" %} {% block content %}

Who wants to do a project with you

{% if projects %}
    {% for shortlisting in projects %}
  • {{ shortlisting.project.title }} - {{ full_names[shortlisting.id] }}
  • {% endfor %}
{% else %} {{ utils.placeholder_text("No projects to show yet.") }} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}