{% extends "base.html" %} {% from "components/cards.html" import info_card %} {% block content %}
{{ _('No project data for the last 30 days.') }}
{% endif %}{{ _('No trend data.') }}
{% endif %}| Project | Total Hours |
|---|---|
| {{ stat.project.name }} | {{ "%.2f"|format(stat.hours) }} |
| {{ _('No project data for the last 30 days.') }} | |