{% load i18n %}

{% blocktrans %}Here is the list of computed schedules.
By default, only the last valid schedule is loaded, but you can reload any previous schedule. Only the ability of assignment of all tasks to resources (and the non-overlapping of tasks) is checked. So, if you added extra constraints or if you changed the balancing rules, then they can be broken by the loaded schedule. {% endblocktrans %}

{% for obj in schedules %} {% include 'autoplanner/include/schedule.html' %} {% endfor %}
{% trans 'Is valid?' %} {% trans 'Result' %} {% trans 'Start time' %} {% trans 'End time' %} {% trans 'Select it' %}