{#
Clock node
name name of the clock
either
status status change
or
from old value of filled clock segments
to new value of filled clock segments
segments number of total clock segments
#}
{%- if status %}
Clock {{ status }}: {{ name }}
{%- else %}
Clock for {{ name }} → {{ to }} / {{ segments }}
{%- endif %}