diff --git a/server/templates/macros.htm b/server/templates/macros.htm index ae90552..572928f 100644 --- a/server/templates/macros.htm +++ b/server/templates/macros.htm @@ -416,7 +416,11 @@ {%- if element.started %} started {%- endif -%} "> - {{- element.length | timedelta -}} + {%- if element.started -%} + {{ element.left_length | timedelta }} ({{ element.length | timedelta }}) + {%- else -%} + {{- element.length | timedelta -}} + {%- endif -%}