{% extends 'timepiece/schedule/base.html' %} {% load bootstrap_toolkit %} {% load static %} {% block title %}Schedule for the Week of {{ week|date:'M j, Y' }}{% endblock title %} {% block bodyid %}project-hours{% endblock bodyid %} {% block extracss %} {% endblock %} {% block extrajs %} {% endblock extrajs %} {% block content %}
Project | {% for id, first_name, last_name in users %}{{ first_name }} {{ last_name|first }}. | {% endfor %}
---|---|
{{ name }} | {% for entry in entries %}{% if entry.hours %}{{ entry.hours|floatformat:0 }}{% endif %} | {% endfor %}
Totals | {% for x in users %}{% endfor %} |
There are no entries this week.
{% endif %}