{% extends "compta/base.html" %} {% load l10n %} {% block titre %}Entrées / sorties{% endblock %} {% block extrastyle %} {% endblock %} {% block topbar %}
| 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 %} |