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