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

Delete the invoice for {{ project.name }} hours {% if from_date %}from {{ from_date }} to {{ to_date }}{% else %}through {{ to_date }}{% endif %}


Deleting this invoice will return all associated entries to "approved" status. Are you sure you want to do this?

{% csrf_token %}

Selected Entries

{% include 'timepiece/time-sheet/_weekly_entry_list.html' %} {% endblock %}