X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Ftasks.html;fp=todo_templates%2Ftasks.html;h=cd5ef0ff7c7a69247ae415b3d9cf24bdfe64af81;hp=90f43585e1b956f8be0562e21b8398e5450746dd;hb=2ad9f7785539c0cd9f119d1f22b8057fab348114;hpb=59056f396c4761f9cd7ffbc569e3ddf8994d5e83 diff --git a/todo_templates/tasks.html b/todo_templates/tasks.html index 90f4358..cd5ef0f 100644 --- a/todo_templates/tasks.html +++ b/todo_templates/tasks.html @@ -21,15 +21,9 @@ match: - - - +{{ macros.sort_head(sort, "default_effort", "effort") }} +{{ macros.sort_head(sort, "weight", "weight") }} +{{ macros.sort_head(sort, "title", "task") }} {% for t in tasks %} @@ -39,7 +33,7 @@ match: {{ '{:5.1f}'.format(t.default_effort.now) }}
-effort - -depth - -todo -tags
-{{ '{:5.1f}'.format(t.subtask_depth) }} +{{ '{:5.1f}'.format(t.subtask_weight) }} {{ t.title.now|e }}