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

Who wants to do a project with you

    {% for shortlisting in projects %}
  • {{ shortlisting.project.title }} - {{ shortlisting.student }}
  • {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}