{% if invoice.footer_text %} {% endif %}
{{ 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

{{ invoice.created_on|date:'d-m-Y' }}

{% endif %}
  • {{ invoice.email }}
  • {% if invoice.name %}
  • {{ invoice.name }}
  • {% endif %} {% if invoice.phone %}
  • {{ invoice.phone }}
  • {% endif %}
{% if invoice.to_address.address_line %} {{ invoice.to_address.address_line }}
{% 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

{{ invoice.due_date|date:'d-m-Y' }}

{% endif %}
 
{% if invoice.invoice_title %}

{{ invoice.invoice_title|upper }}

{% endif %}
{% if invoice.details %}

{{ invoice.details }}

{% endif %}
{% if invoice.quantity %} {% endif %} {% if invoice.rate %} {% endif %}
Invoice Quantity {{ invoice.quantity }}
Invoice Rate {{ invoice.rate }}
Invoice Total {{ invoice.formatted_total_amount }}
{{ invoice.footer_text|safe }}