{% extends 'timepiece/time-sheet/invoice/base.html' %} {% load timepiece_tags %} {% load url from future %} {% block title %}Remove Entry from Invoice{% endblock %} {% block crumbs %} {{ block.super }}
  • / Remove Entry
  • {% endblock crumbs %} {% block content %}

    Are you sure you want to remove this entry from the current invoice?

    Invoice

    {% include 'timepiece/time-sheet/invoice/_invoice_detail.html' %}

    Entry

    Date User Time Project Activity Hours Comments
    {{ entry.start_time|date:"m/d/Y (D)" }} {{ entry.user.get_full_name }} {{ entry.start_time|date:"P" }} - {{ entry.end_time|date:"P" }} {{ entry.project.name }} {{ entry.activity.name }} {{ entry.hours }} {{ entry.comments|truncatewords:12 }}
    {% csrf_token %}
    {% endblock %}