{% extends "base.html" %} {% from "components/cards.html" import info_card %} {% from "components/ui.html" import page_header, breadcrumb_nav, button, filter_badge %} {% block content %} {% set breadcrumbs = [ {'text': _('Reports')} ] %} {{ page_header( icon_class='fas fa-chart-bar', title_text=_('Reports'), subtitle_text=_('View comprehensive reports and analytics for your time tracking data'), breadcrumbs=breadcrumbs, actions_html=None ) }} {% if current_user.is_authenticated and current_user.ui_show_donate and not is_license_activated %}
{{ _('Enjoying TimeTracker?') }} {{ _('Support development or get a supporter license — the app stays free for everyone.') }}
{% endif %}Set up automatic report generation
| {{ _('Project') }} | {{ _('Duration') }} | {{ _('Date') }} |
|---|---|---|
| {{ entry.project.name }} | {{ entry.duration }} | {{ entry.start_time|user_date }} |
|
{{ _('No recent entries.') }} {{ _('Start tracking time to see entries here.') }} {{ _('Log Time') }} |
||
{{ _('No scheduled reports yet.') }}