-
{% for project in projects %}
-
{{ project.title }}
by
{{project.professor.first_name}} {{project.professor.last_name}}
{{project.description}}
Status: {{project.status}} | {{applicationInfo|get:project.id|at:1}} applications / {{applicationInfo|get:project.id|at:0}} offered {% if project.capacity %} / {{project.capacity}} capacity {% endif %}
{% tagbox_static projectTags|for_project:project %}
{% endfor %}
There are no projects that match your current filter settings. Consider relaxing your filter criteria.
{% endif %}