{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_link = "tasks" %} {% import "projects/_helpers.html" as helper %} {% block content %} {% if project %} {{ helper.render_project_local_nav(project, 'tasks', current_user) }}
{{ helper.render_project_title(project, subtitle=_('Task Settings'))}}
{{_('Task Scheduler')}}

{{_('Change how the tasks are delivered to volunteers')}}

{{_('Scheduler')}}
{{_('Task Priority')}}

{{_('Change the priority of the tasks')}}

{{_('Priority')}}
{{_('Delete Tasks')}}

{{_('Delete all the tasks and associated answers')}}

{{_('Delete')}}
{{_('Task Redundancy')}}

{{_('Change the redundancy level for the tasks')}}

{{_('Redundancy')}}
{% else %}

{{_('Sorry! This project does not exist.')}}.

{% endif %} {{ helper.knob() }} {% endblock %}