{% extends "base.html" %} {% from "components/ui.html" import page_header %} {% from "components/client_select.html" import client_select %} {% block content %} {% set breadcrumbs = [ {'text': _('Timer')} ] %} {{ page_header( icon_class='fas fa-stopwatch', title_text=_('Timer'), subtitle_text=_('Track your time with a visual timer'), breadcrumbs=breadcrumbs, actions_html=None ) }}
{{ _('Break') }}: {{ active_timer.break_formatted }}
{% endif %}{{ _('No active timer. Start one below!') }}