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

{{ project.name }}: {{ _('Contribute') }}

{% if invite_new_volunteers %}

{{ _("Sorry, 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 %}