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

Your shortlisted projects

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