{% for task in section.rows %} {{ task.key }} {{ task.task_path }} {{ task.queue_name }} {{ task.schedule }} {% if task.static %}static{% else %}dynamic{% endif %} {{ task.last_run_at|default:"-" }} {{ task.next_run_at|default:"-" }} {% endfor %}