{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_project = project.short_name %} {% block content %}
{% if invite_new_volunteers %}

Great, you've contributed to all the tasks for this project.

But this project still needs more volunteers, so please spread the word!

{% endif %} {{ project.info.task_presenter|safe }}
{% endblock %}