{% if logo_url %} company logo {% endif %}

{{ invoice.full_number }}

{% if not copy %}ORIGINAL{% else %}COPY{% endif %}

{{ invoice.issued|date:"Y-m-d" }}

{% if invoice.type != invoice.INVOICE_TYPES.PROFORMA %}{# Not a PROFORMA #}

{{ invoice.selling_date|date:"Y-m-d" }}

{% else %}

 

{% endif %}


{{ invoice.shipping_name }}
{{ invoice.shipping_street }}
{{ invoice.shipping_zipcode }} {{ invoice.shipping_city }}
{{ invoice.buyer_country.code }} - {{ invoice.buyer_country.name }}


{{ invoice.issuer_name }}
{{ invoice.issuer_street }}
{{ invoice.issuer_zipcode }} {{ invoice.issuer_city}}
{{ invoice.issuer_country.code }} - {{ invoice.issuer_country.name }}

{{ invoice.issuer_tax_number }}



{{ invoice.buyer_name }}
{{ invoice.buyer_street }}
{{ invoice.buyer_zipcode }} {{ invoice.buyer_city }}
{{ invoice.buyer_country.code }} - {{ invoice.buyer_country.name }} {% if invoice.buyer_tax_number %}

{{ invoice.buyer_tax_number }}

{% endif %}
{% if invoice.rebate %} {% endif %} {% if invoice.rebate %} {% endif %}
# Description Unit price Qty. Rebate Subtotal TAX TAX/VAT Amount Subtotal with TAX/VAT
1 {{ invoice.item_description }} {{ invoice.unit_price_net|floatformat:2 }} {{ invoice.currency }} {{ invoice.quantity }}{{ invoice.rebate|floatformat:2 }} %{{ invoice.total_net|floatformat:2 }} {{ invoice.currency }} {% if invoice.tax != None %}{{ invoice.tax|floatformat:2 }} %{% else %}n/a{% endif %} {% if invoice.tax_total != None %}{{ invoice.tax_total|floatformat:2 }} {{ invoice.currency }}{% else %}n/a{% endif %} {{ invoice.total|floatformat:2 }} {{ invoice.currency }}
{{ invoice.total_net|floatformat:2 }} {{ invoice.currency }} {% if invoice.tax != None %}{{ invoice.tax|floatformat:2 }} %{% else %}n.p.
n/a{% endif %}
{% if invoice.tax_total != None %}{{ invoice.tax_total|floatformat:2 }} {{ invoice.currency }}{% else %}n.p.
n/a{% endif %}
{{ invoice.total|floatformat:2 }} {{ invoice.currency }}
{% if invoice.type != invoice.INVOICE_TYPES.PROFORMA %}

{% endif %} {% if invoice.type == invoice.INVOICE_TYPES.PROFORMA %} {% else %} {% endif %} {{ invoice.payment_date|date:"Y-m-d" }}


{% if invoice.type == invoice.INVOICE_TYPES.PROFORMA %}

This document is not an invoice.

{% endif %} {% if invoice.tax == None and invoice.is_UE_customer %}

Reverse charge.

{% endif %}