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

Todo: {{todo.process.title.newest|e}}

id: {{todo.id_}}
day: {{todo.day.date}}
process: {{todo.process.title.newest|e}}
done:

conditions

{% for condition in todo.conditions %} {% endfor %}
{{condition.title.newest|e}}
add condition: {% for condition_candidate in condition_candidates %} {% endfor %}

fulfills

{% for condition in todo.fulfills %} {% endfor %}
{{condition.title.newest|e}}
add fulfills:

undoes

{% for condition in todo.undoes%} {% endfor %}
{{condition.title.newest|e}}
add undoes:

parents

children

adopt: {% for candidate in todo_candidates %} {% endfor %}