{% extends "base.html" %} {% block title %}{{ _('Timer') }} - {{ app_name }}{% endblock %} {% block content %}

{{ _('Timer') }}

{{ _('Track your time with precision') }}

{{ _('No Active Timer') }}

{{ _('Start a timer to begin tracking your time effectively.') }}

{{ _('Recent Time Entries') }}
{% endblock %} {% block extra_js %} {% endblock %}