{% extends 'pasapp/templates/base_template.html' %} {% block title %} {{project.title}} {% endblock %} {% block imports %} {% load static %} {% endblock %} {% block onload %} addNextRoutes() {% endblock %} {% block content %} {% load html_components %}
{{project.description}}
Status: {{project.status}}You have already applied to this project.
{% else %} {% if project.status == 'Open' %} Apply to this project {% endif %} {% endif %} {% endif %}
🛈 {{numApplicants}} students have applied so far.
{% if numOffered %}
Offers extended: {{numOffered}}
{% endif %}
{% if project.capacity %}
Expected capacity: {{project.capacity}}
{% endif %}