{% extends 'base.html' %} {% block css %} table.alternating tr:nth-child(even) { background-color: #cccccc; } table.alternating tr:nth-child(odd) { background-color: #ffffff; } th, td { text-align: left} th.desc { background: linear-gradient(to bottom, white, grey); } th.center { text-align: center; } td.checkbox, td.number { height: 0.1em; padding: 0em; text-align: center; } td.checkbox { width: 0.1em; text-align: center; } td button { height: 1.5em; padding: 0em; margin: 0em } input[type="number"] { text-align: right; } th.desc { background: linear-gradient(to bottom, white, grey); } {% endblock %} {% block content %}
{% include 'tagfilters.html' %}
hide done

do day

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

{% for todo in todos %} {% endfor %}
done effort importance todo comment
{% if todo.children %} {% if todo.done %}✓{% else %}  {% endif %} {% else %} {% endif %} {% if todo.children %} {% else %} {% endif %} {{todo.path}}{{todo.title}}
{% include 'watch_form.html' %} {% endblock %}