Summary
{% if report_data.summary %}Total Entries: {{ report_data.summary.get('total_entries', 0) }}
{% if report_data.summary.get('total_hours') %}Total Hours: {{ "%.2f"|format(report_data.summary.get('total_hours', 0)) }}
{% endif %} {% if report_data.summary.get('unpaid_only') %}Unpaid Hours Only: Yes
{% endif %} {% endif %}Report Data
| {{ key|title|replace('_', ' ') }} | {% endfor %}
|---|
| {% if value is number %} {{ "%.2f"|format(value) if value % 1 else value|int }} {% else %} {{ value or '' }} {% endif %} | {% endfor %}
No data found for this report.
{% endif %}