|
{% for entry in time_entries %}
{{ entry.client.name }}
|
{{ entry.project.name }}
|
{{ entry.duration_human }}
|
{{ entry.description }}
|
{{ entry.billing }}
|
{% endfor %}
|
SubTotal
|
{{ billing_total }}
|
Tax Rate
|
% 0.000
|
Tax
|
$ 0.00
|
Total
|
{{ billing_total }}
|
|
- Please pay invoice within {{fulfillment_delay}} days
- Please include the invoice number on your check or EFT
|