基建任务

{% for task in riic_tasks %} {% if task.plan or task.type == '释放宿舍空位'%} {% for r, p in task.plan.items() %} {% if loop.first %} {% endif %} {% if task.type == '释放宿舍空位'%} {% else %} {% endif %} {% endfor %} {% elif task.type %} {% else %} {% endif %} {% endfor %}
时间 任务
{{ task.time.strftime('%H:%M:%S') }}{{ task.meta_data }}在{{ translate_room(r) }}休息完毕{{ translate_room(r) }}{{ p|join(', ') }}
{{ task.time.strftime('%H:%M:%S') }} {{ task.type }}
{{ task.time.strftime('%H:%M:%S') }} 空任务

调度器任务

{% for task in scheduler_tasks %} {% endfor %}
时间 优先级 任务
{{ task.next_execution().strftime('%H:%M:%S') }} {{ task.priority }} {{ task._solver_name }}