+
+ {% endif %}
+
N{{ object.pk|stringformat:"05d" }}: '{{ object.name }}'
{{object.start_date|date:"D jS N Y"}}
+
-
-{{ object.description|default_if_none:""|linebreaks }}
-
+
+ {{ object.description|default_if_none:""|linebreaks }}
+
+
+{% if invoice %}
+
+ |
+
+ INVOICE
+
+
+
+ | Invoice Number |
+
+ {{ invoice.pk|stringformat:"05d" }}
+ |
+
+
+ | Invoice Date |
+
+ {{ invoice.invoice_date|date:"d/m/Y" }}
+ |
+
+
+ | PO Number |
+
+ {{ object.purchase_order|default_if_none:"" }}hello
+ |
+
+
+
+ |
+
+