{% extends 'timepiece/invoice/base.html' %} {% load timepiece_tags %} {% load url from future %} {% block title %}Remove Entry from Invoice{% endblock title %} {% block crumbs %} {{ block.super }}
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 }} |