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

{{ action.capitalize }} Hours for Time Sheet

Are you sure you want to {{ action }} all of {{ user.get_full_name }}'s timesheet, from {{ from_date|date:"N j, Y" }} to {{ to_date|date:"N j, Y" }}, which includes a total of {{ hours }} hours?

{% if action == 'approve' %}

After entries have been approved they are ready to be submitted for payroll.

{% else %}

After entries are verified they cannot be changed.

{% endif %}
{% csrf_token %}
{% endblock %}