{% load timepiece_tags %} {% load url from future %}
Number: | {{ invoice.number }} |
---|---|
Project: | {{ invoice.project.name }} |
Status: | {{ invoice.get_status_display }} |
Created by: | {{ invoice.user.get_name_or_username }} |
Created on: | {{ invoice.created|date:'M j, Y P' }} |
Last modified: | {{ invoice.modified|date:'M j, Y P' }} |
Starting on: | {{ invoice.start|date|default:"Not specified" }} |
Ending on: | {{ invoice.end|date:'M j, Y'}} |
Comments: | {{ invoice.comments }} |