{% 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 ) }}
Set up automatic report generation
| Project | Duration | Date |
|---|---|---|
| {{ entry.project.name }} | {{ entry.duration }} | {{ entry.start_time|user_date('%Y-%m-%d') }} |
| No recent entries. | ||
No scheduled reports yet.