{% extends "base.html" %} {% from "components/ui.html" import page_header %} {% 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 ) }}
{{ _('No active timer. Start one below!') }}