X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=templates%2Fday.html;h=ac0a64a704cce415cfdc4977597b9de21b2c5dc4;hb=b0758d1c63db38867ef12ee89317524a7436129d;hp=da5e17ae91d239e4d95a3893c5f34d31837b3ebd;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/day.html b/templates/day.html index da5e17a..ac0a64a 100644 --- a/templates/day.html +++ b/templates/day.html @@ -41,6 +41,7 @@ td.todo_line { -> + {% for i in range(indent) %}  {% endfor %} + {% if node.seen %}({% endif %}{{node.todo.process.title.newest|e}}{% if node.seen %}){% endif %} @@ -146,7 +147,7 @@ add todo: {% endfor %} {% set list_name = "todos_for_%s"|format(condition.id_) %} -{{ macros.datalist_of_direct_titles(list_name, enablers_for[condition.id_]) }} +{{ macros.datalist_of_titles(list_name, enablers_for[condition.id_]) }} {% endfor %} @@ -177,5 +178,5 @@ add todo: -{{ macros.datalist_of_direct_titles("processes", processes) }} +{{ macros.datalist_of_titles("processes", processes) }} {% endblock %}