{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_link = "tasks" %} {% import "projects/_helpers.html" as helper %} {% from "_formhelpers.html" import render_field %} {% block content %} {% if project %}
{{_('You can change the')}} {{_('priority')}} {{_('of one or more tasks, providing a list of task IDs separated by commas. The lowest priority is')}} 0.0 {{_('and the highest priority is')}} 1.0.
{{_('Important')}} {{_('The priority value is only respected by the')}} {{_('default scheduler')}}.