{% extends "layout.html" %} {% block title %}An excellent title{% endblock title %} {% block body %}
An excellent form
An excellent panel
{% for task_id in tasks %} {% endfor %}
Task type Directory Completed Action
{{ tasks[task_id].type }} {{ directories[tasks[task_id].dir_id].name }} {{ tasks[task_id].completed }} Cancel
{% endblock body %}