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

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

id: {{todo.id_}}
day: {{todo.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 %}

enables

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

disables

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

parents

children

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