{% extends "timepiece/base.html" %} {% load url from future %} {% load timepiece_tags %} {% block title %}{{ action.capitalize }} Hours for Time Sheet{% endblock title %} {% block crumbs %} {{ block.super }}
  • / {{ action.capitalize }} Time Sheet
  • {% endblock crumbs %} {% block content %}

    {{ action.capitalize }} Hours for Time Sheet

    Are you sure you want to {{ action }} all of {{ timesheet_user.get_name_or_username }}'s time sheet, 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 content %}