{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_project = "all" %} {% import "projects/_helpers.html" as helper %} {% block content %} {{ helper.render_project_local_nav(project, 'tasks', current_user) }}
{{_('This page shows all the available tasks for this project')}}.
{{_('For each task, you can find the following information')}}:
{% if task_pct >= 100 %} {{_('Task')}} #{{ t.id }} {% else %} {{_('Task')}} #{{ t.id }} {% endif %} {{ t.n_task_runs }} {{_('of')}} {{ t.n_answers }}