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

Список задач


{% for task in tasks %} {# #} {% endfor %}
{{ task.command }} from: {{ task.interval.from }} to: {{ task.interval.to }} period: {{ task.interval.period }} {{ task.distribution }}{{ task }}
{% endblock %}