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