{% extends 'timepiece/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/invoice/_invoice.html' %}

    Entry

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