X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fday.html;h=4c77705b514b6aec0821b336fea107fcaea3cd1f;hb=6f44fcfab7927af1800107f9a2ad3ba05e0651f9;hp=ce16f28179588d367680dd80c2123459f4942251;hpb=9e297373770305a915dbe987bf6fda02db704ec6;p=plomtask diff --git a/templates/day.html b/templates/day.html index ce16f28..4c77705 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 %} @@ -114,7 +115,7 @@ add todo: c -states +states t add enabler @@ -135,7 +136,7 @@ add todo: {% endfor %} [{% if condition.is_active %}X{% else %} {% endif %}] -{{condition.title.newest|e}} +{{condition.title.newest|e}} {% for _ in conditions_present %} {% if outer_loop.index0 + loop.index0 < conditions_present|length %} @@ -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 %} @@ -155,7 +156,7 @@ add todo: {% for condition in conditions_present %} {% endfor %} -doables +doables {% for condition in conditions_present %} {% endfor %}