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

{{ request.user }}'s hours:

{% for user, hours in paychecks.items %} {% endfor %}
Current Hours Previous Hours
{{ hours.curr_paychecks_billable}} ({{ hours.curr_paychecks_not_billable}}) {{ hours.prev_paychecks_billable}} ({{ hours.prev_paychecks_not_billable}})
{% endblock %}