{% load l10n %}
Crée une entreprise dans l'administration.
{% else %}| Date | Type | Libellé | Catégorie | Montant | TVA | |
|---|---|---|---|---|---|---|
| {{ r.date|date:"d/m/Y" }} | {{ r.type_label }} | {{ r.libelle }} | {{ r.categorie }}{% if r.neutre %}neutre{% endif %} | {{ r.montant|floatformat:2|unlocalize }} € | {% if r.tva %}{{ r.tva|floatformat:2|unlocalize }}{% else %}—{% endif %} |