{% extends "base.html" %}{% block content %}

Tasks

{% for t in tasks %}{% endfor %}
TitleStatusPriorityVersion
{{ t.title }}{{ t.status }}{{ t.priority }}{{ t.version }}
{% endblock %}