{{ invoice.invoice_number }} | ||||||||||
{% if invoice.from_address.address_line %}
{{ invoice.from_address.address_line }} {% endif %} {% if invoice.from_address.street %} {{ invoice.from_address.street }}, {% endif %} {% if invoice.from_address.city %} {{ invoice.from_address.city }} {% endif %} {% if invoice.from_address.state %} {{ invoice.from_address.state }}, {% endif %} {% if invoice.from_address.postcode %} {{ invoice.from_address.postcode }} {% endif %} {% if invoice.from_address.country %} {{ invoice.from_address.country }} {% endif %} {% if invoice.created_on %}
Date
{% endif %}
{{ invoice.created_on|date:'d-m-Y' }} |
{% endif %} {% if invoice.to_address.street %} {{ invoice.to_address.street }}, {% endif %} {% if invoice.to_address.city %} {{ invoice.to_address.city }} {% endif %} {% if invoice.to_address.state %} {{ invoice.to_address.state }}, {% endif %} {% if invoice.to_address.postcode %} {{ invoice.to_address.postcode }} {% endif %} {% if invoice.to_address.country %} {{ invoice.to_address.country }} {% endif %} {% if invoice.due_date %}
Due Date
{% endif %}
{{ invoice.due_date|date:'d-m-Y' }} |
|||||||||
{{ invoice.invoice_title|upper }} |
||||||||||
{{ invoice.details }} |
||||||||||
|
||||||||||
{{ invoice.footer_text|safe }}
|
{% endif %}