--- subject: "Your Kantree invoice for {{invoice.customer.name}} is available" --- {% extends "layouts/invoice.html" %} {% block invoice_header %} You will find below your monthly Kantree invoice for the team {{invoice.customer.name}}.

{{invoice.issued_at.strftime('%d/%m/%y')}}
#{{invoice.ref}}

{{invoice.name}}
{{invoice.address_line1}}
{% if invoice.address_line2 %}{{invoice.address_line2}}
{% endif %} {{invoice.city}}
{{invoice.zipcode}}
{% if invoice.state %}{{invoice.state}}
{% endif %} {% if invoice.is_eu_country and invoice.eu_vat_number %}

Your VAT number: {{invoice.eu_vat_number}} {% endif %} {% endblock %} {% block invoice_footer %}

If you have any questions regarding this invoice or your payment, contact us at contact@kantree.io (or reply to this email).

Thank you for using Kantree!

Kantree is made by Digicoop:
Digicoop (RCS 812479806 PARIS)
SCOP ARL à capital variable de 3500€
10 rue Lechapelais, 75017 Paris, France
VAT: FR53812479806

{% endblock %}