{% load i18n bootstrap3 autoplanner %}

{% blocktrans %}Finally, you need to define your tasks. The schedule will determine how to dispatch them to resources will respecting your constraints, if such a solution exists.
If you assign a task to a specific resource, then the scheduler will not change its assignment. The scheduler will only propose assignments for all tasks.{% endblocktrans %}

{% trans 'Import multiple tasks' %} {% with obj=new_task obj_categories=empty_set %} {% include 'autoplanner/include/task.html' %} {% endwith %}
{% trans 'Select' %} {% trans 'The task…' %} {% trans 'begins at…' %} {% trans 'and ends at…' %} {% trans 'belongs to…' %} {% trans 'and is assigned to:' %} {% trans 'Update selection' %}