{% extends 'timepiece/invoice/base.html' %} {% load timepiece_tags bootstrap_toolkit %} {% load url from future %} {% block title %}Invoices{% endblock title %} {% block content %}
Invoice | Reference | Project | Status | Invoiced by | Created on | Starting on | Ending on | Comments |
---|---|---|---|---|---|---|---|---|
{{ invoice.pk }} | {{ invoice.number|default:'' }} | {{ invoice.project }} | {{ invoice.status|capfirst }} | {{ invoice.user.get_name_or_username }} | {{ invoice.created|date:'M j, Y P' }} | {{ invoice.start|date:'M j, Y'}} | {{ invoice.end|date:'M j, Y'}} | {{ invoice.comments|truncatewords:12 }} |
There are no invoices.
{% endif %}