{{ settings.asso_nom }}

{{ settings.asso_adresse }}
{{ settings.asso_code_postal }} {{ settings.asso_ville }}
{% if settings.asso_email %}{{ settings.asso_email }}
{% endif %} {% if settings.asso_telephone %}{{ settings.asso_telephone }}
{% endif %} {% if settings.asso_rna %}RNA : {{ settings.asso_rna }}
{% endif %} {% if settings.asso_siret %}SIRET : {{ settings.asso_siret }}{% endif %}

Facture

N° {{ facture.numero }}
Date d'émission : {{ facture.date_emission.strftime('%d/%m/%Y') }}
Date d'échéance : {{ facture.date_echeance.strftime('%d/%m/%Y') }} {% if facture.statut.value == 'payee' and facture.date_paiement %}
Date de paiement : {{ facture.date_paiement.strftime('%d/%m/%Y') }} {% endif %}

Émetteur

{{ settings.asso_nom }}
{{ settings.asso_adresse }}
{{ settings.asso_code_postal }} {{ settings.asso_ville }}
{% if settings.asso_rna %}RNA : {{ settings.asso_rna }}
{% endif %} {% if settings.asso_siret %}SIRET : {{ settings.asso_siret }}{% endif %}

Destinataire

{{ facture.client.nom }}
{{ facture.client.adresse }}
{{ facture.client.code_postal }} {{ facture.client.ville }} {% if facture.client.siret %}
SIRET : {{ facture.client.siret }}{% endif %} {% if facture.client.email %}
{{ facture.client.email }}{% endif %}

{% if facture.devis_origine %}

Facture établie suite au devis {{ facture.devis_origine.numero }}

{% endif %} {% for l in facture.lignes %} {% endfor %}
Désignation Qté Prix unitaire HT Total HT
{{ l.description }} {% if l.quantite == l.quantite | int %}{{ l.quantite | int }}{% else %}{{ l.quantite }}{% endif %} {{ "%.2f"|format(l.prix_unitaire_ht) | replace('.', ',') }} € {{ "%.2f"|format(l.total_ht) | replace('.', ',') }} €
Montant HT {{ "%.2f"|format(facture.total_ht) | replace('.', ',') }} €
TVA 0,00 €
Total TTC {{ "%.2f"|format(facture.total_ht) | replace('.', ',') }} €

TVA non applicable — art. 293B du CGI

{% if facture.notes %}
{{ facture.notes }}
{% endif %}