{% extends "base.html" %} {% block content %}

Project Report

Export to Excel
{% for project in projects_data %} {% else %} {% endfor %}
Project Total Hours Billable Hours Billable Amount
{{ project.name }} {{ "%.2f"|format(project.total_hours) }} {{ "%.2f"|format(project.billable_hours) }} {{ "%.2f"|format(project.billable_amount) }}
No data for the selected period.
{% endblock %}