{% extends "/base.html" %} {% set active_page = "projects" %} {% import "projects/_helpers.html" as helper %} {% from "_formhelpers.html" import render_field %} {% block content %} {% if project %} {{ helper.render_project_local_nav(project, 'priority', current_user, pro_features, staff_or_admin) }}
Set the priority of one or more tasks by providing a list of task IDs below.
The lowest priority is 0.0 and the highest is 1.0
This priority value is only respected by the default scheduler.