X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fday.html;fp=templates%2Fday.html;h=93a430f56ccbc0eca01386482034a7a50f29cdc2;hb=f0f10048714c1bbcf23a7fa6a934d126408845f3;hp=6d927fdb1c09ab1f2d1fc1e9fa48a0bfef814b20;hpb=19f308751a3e651296d8ef9f87059279fad6267b;p=plomtask diff --git a/templates/day.html b/templates/day.html index 6d927fd..93a430f 100644 --- a/templates/day.html +++ b/templates/day.html @@ -109,13 +109,14 @@ O  {% macro show_node_done(node, indent, path) %} {% if node.todo.has_doneness_in_path %} +{{node.todo.performed_effort}} +{{node.todo.tree_effort|round(1)}} {% for i in range(indent) %}    {% endfor %} + {% if not node.todo.is_done %}({% endif %}{{node.todo.title_then|e}}{% if not node.todo.is_done %}){% endif %} {{node.todo.comment|e}} - {% if not node.seen %} {% for child in node.children %} {{ show_node_done(child, indent+1) }} @@ -127,7 +128,7 @@ O  {% block content %} -

{{day.date}} / {{day.weekday}}

+

{{day.date}} / {{day.weekday}} ({{total_effort|round(1)}})

prev | next