{% extends 'timepiece/invoice/base.html' %} {% load timepiece_tags %} {% load url from future %} {% block title %}Invoice Hours for Time Sheet{% endblock title %} {% block crumbs %} {{ block.super }}
  • / Delete Invoice
  • {% endblock crumbs %} {% 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/invoice/_weekly_entry_list.html' %}
    {% endblock content %}