X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=templates%2Fday.html;h=637e08d94ad2e72da8fbcbd009b0c428131edaee;hb=12195a1fe2c15334c866036eaa171eb8e92f0408;hp=0953d52446555fb695f021121ac3c9798827597d;hpb=d77d0661697655a7c2d0e9e0b270cf21e286d7fb;p=plomtask diff --git a/templates/day.html b/templates/day.html index 0953d52..637e08d 100644 --- a/templates/day.html +++ b/templates/day.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% macro todo_with_children(todo, indent) %} -
  • {% for i in range(indent) %}+{% endfor %}{{todo.process.title.newest|e}} +
  • {% for i in range(indent) %}+{% endfor %} [{% if todo.is_done %}x{% else %} {% endif %}] {{todo.process.title.newest|e}} {% for child in todo.children %} {{ todo_with_children(child, indent+1) }} {% endfor %}