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

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

day {{todo.date}}
process {{todo.process.title.newest|e}}
done
comment
conditions {% for condition in todo.conditions %} {% endfor %}
{{condition.title.newest|e}}
add:
enables {% for condition in todo.enables %} {% endfor %}
{{condition.title.newest|e}}
add:
disables {% for condition in todo.disables%} {% endfor %}
{{condition.title.newest|e}}
add:
parents {% for parent in todo.parents %} {{parent.process.title.newest|e}}
{% endfor %}
children {% for child in todo.children %} {% endfor %}
{{child.process.title.newest|e}}
adopt:
{% for condition_candidate in condition_candidates %} {% endfor %} {% for candidate in todo_candidates %} {% endfor %} {% endblock %}