{% 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': 'Admin Dashboard'} ] %} {{ page_header( icon_class='fas fa-cog', title_text='Admin Dashboard', subtitle_text='System overview and management', breadcrumbs=breadcrumbs, actions_html=None ) }}
| User | Project | Duration | Date |
|---|---|---|---|
| {{ entry.user.username }} | {{ entry.project.name }} | {{ entry.duration }} | {{ entry.start_time|user_date('%Y-%m-%d') }} |
| No recent activity. | |||