{% extends "layout.html" %} {% block main %}

Task schedules:

    {% for ts in task_schedules %}
  1. {% endfor %}

Default schedule:

All tasks not scheduled above will be ran with this schedule.

{% endblock %}