{% extends 'base.html' %} {% block css %} td.number, td.checkbox { text-align: center; } td { vertical-align: middle; } td button { padding: 0em; } th.centered { text-align: center; } {% endblock %} {% block content %}

do todos

{% include 'tagfilters.html' %}
hide done

| prev | {{day.date}} | next | comment:

{% for todo in todos %} {% endfor %}
done effort importance todo comment
{% if todo.parents|length > 0 %}…:{% endif %}{{todo.title}}
{% include 'watch_form.html' %} {% endblock %}