{% extends 'timepiece/time-sheet/base.html' %} {% load timepiece_tags %} {% block title %}Verify Hours for Time Sheet{% endblock %} {% block content %}

Verify Hours for Time Sheet

Are you sure you want to verify all entries in this timesheet, which includes a total of {{ hours }} hours?

After entries are verified and approved, they cannot be changed.

{% csrf_token %}
{% endblock %}