X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=templates%2Fday.html;h=2e1a380502f2e10e934b7d4f5eab86254ebd8c8d;hb=8c96e82d1fbab103444d6900318fd249c6164a54;hp=89290582486b54042d073d8092477cfe185391a4;hpb=a989d0a6b31a21c579f135831c13fca088c1ef6c;p=plomtask diff --git a/templates/day.html b/templates/day.html index 8929058..2e1a380 100644 --- a/templates/day.html +++ b/templates/day.html @@ -33,17 +33,25 @@ td.todo_line { {% macro show_node_undone(node, indent) %} {% if not node.todo.is_done %} +{% if not node.seen %} +{% endif %} {% for condition in conditions_present %} -{% if condition in node.todo.conditions %}{% if not condition.is_active %}O{% endif %}{% endif %} +{% if condition in node.todo.conditions and not condition.is_active %}O{% elif condition in node.todo.blockers and condition.is_active %}!{% endif %} {% endfor %} -> - +{% if node.seen %} + +{% if node.todo.effort %}{{ node.todo.effort }}{% endif %} +{% else %} + + +{% endif %} {% for i in range(indent) %}  {% endfor %} + -{% if node.seen %}({% endif %}{{node.todo.process.title.newest|e}}{% if node.seen %}){% endif %} +{% if node.seen %}({% endif %}{{node.todo.title_then|e}}{% if node.seen %}){% endif %} -> @@ -51,7 +59,13 @@ td.todo_line { {% if condition in node.todo.enables %}+{% elif condition in node.todo.disables %}!{% endif %} {% endfor %} - + +{% if node.seen %} +{{node.todo.comment|e}} +{% else %} + +{% endif %} + {% endif %} @@ -72,7 +86,7 @@ td.todo_line { {% if path|length > 0 and not path[-1].todo.is_done %} -({% for path_node in path %}{{path_node.todo.process.title.newest|e}} <- {% endfor %}) +({% for path_node in path %}{{path_node.todo.title_then|e}} <- {% endfor %}) @@ -83,7 +97,7 @@ td.todo_line { {% for i in range(indent) %}  {% endfor %} + {% endif %} -{% if node.seen %}({% endif %}{{node.todo.process.title.newest|e}} {% if node.todo.comment|length > 0 %}[{{node.todo.comment|e}}]{% endif %}{% if node.seen %}){% endif %} +{% if node.seen %}({% endif %}{{node.todo.title_then|e}} {% if node.todo.comment|length > 0 %}[{{node.todo.comment|e}}]{% endif %}{% if node.seen %}){% endif %} @@ -114,9 +128,10 @@ add todo: c -states +states t add enabler +add disabler {% for condition in conditions_present %} @@ -135,7 +150,7 @@ add todo: {% endfor %} [{% if condition.is_active %}X{% else %} {% endif %}] -{{condition.title.newest|e}} +{{condition.title.at(day.date)|e}} {% for _ in conditions_present %} {% if outer_loop.index0 + loop.index0 < conditions_present|length %} @@ -148,6 +163,10 @@ add todo: {{ macros.datalist_of_titles(list_name, enablers_for[condition.id_]) }} +{% set list_name = "todos_against_%s"|format(condition.id_) %} + +{{ macros.datalist_of_titles(list_name, disablers_for[condition.id_]) }} + {% endfor %} @@ -155,7 +174,7 @@ add todo: {% for condition in conditions_present %} {% endfor %} -doables +doables {% for condition in conditions_present %} {% endfor %}