{% extends 'timepiece/time-sheet/base.html' %} {% load timepiece_tags %} {% block title %}Approve Hours for Time Sheet{% endblock %} {% block content %}
Are you sure you want to approve all entries in {% if person.last_name %} {{ person.first_name }} {{ person.last_name }} {% else %} User #{{ person.pk }}{% endif %}'s timesheet, which includes a total of {{ hours }} hours?
After entries have been approved they are ready to be submitted for payroll.
{% endblock %}