{% extends "timepiece/time-sheet/reports/base.html" %} {% load timepiece_tags bootstrap_toolkit %} {% load url from future %} {% block title %}Hourly Report{% endblock %} {% block extrajs %} {{ pj_filters.media }} {% endblock extrajs %} {% block bodyid %}hourly-report{% endblock bodyid %} {% block crumbs %} {{ block.super }}
Name | {% for date in date_headers %} {% if trunc == "month" %}{{date|date:"M Y"}} | {% else %}{{date|date:"M/d/Y"}} | {% endif %} {% endfor %}Total |
---|---|---|---|
{{name}} {% for num in hours %} | {{num|floatformat:2}} | {% endfor %}||
Total: {% for total in totals %} | {{total|floatformat:2}} | {% endfor %}
No entries found.
{% endif %}