{% extends "layout.html" %} {% block content %}
Time Period Overview
Period: {{ period_name }}
{% for b in bundles %} {% endfor %}
Employee Regular Overtime PTO Holiday Other Paid Total
{{ b.employee.name }} {{ b.grouped.totals.regular|fmt2 }} {{ b.grouped.totals.overtime|fmt2 }} {{ b.grouped.totals.pto|fmt2 }} {{ b.grouped.totals.holiday|fmt2 }} {{ b.grouped.totals.bereavement|fmt2 }} {{ b.grouped.totals.paid_total|fmt2 }}
{% endblock %}