{% load static %} {% load humanize %} {% block content %}
{% if rendering_for_pdf %} Logo {% else %} Logo {% endif %}

Invoice


Invoice Number: {{ invoice.invoice_numb}}
Invoice Date: {{ invoice.date }}

FROM:

TSP, llc
dba:Airborne Images
2241 West 171st Street
Westfield, Indiana, 46074

TO:
{{ invoice.client }}
{{ invoice.client.street }}
{{ invoice.client.address2 }}
{{ invoice.client.email}}

Event: {{ invoice.event }}
Location: {{ invoice.location }}

{% load humanize %}
Qty Description Amount
1 {{ invoice.service}} $ {{ invoice.amount|floatformat:2|intcomma }}



Invoice Total: $ {{ invoice.amount|floatformat:2|intcomma }}





317.987.7387          www.Airborne-Images.net          tom@airborne-images.net

{% endblock %}