{% extends "compta/base.html" %} {% load l10n %} {% block titre %}Entrées / sorties{% endblock %} {% block extrastyle %} {% endblock %} {% block topbar %}
| Date | Type | Libellé | Catégorie | Régime | Montant | Taux / TVA | ||
|---|---|---|---|---|---|---|---|---|
| {{ r.date|date:"d/m/Y" }} | {{ r.type_label }} | {{ r.libelle }} | {{ r.categorie }}{% if r.neutre %}neutre{% endif %}{% if r.ventile %}ventilé{% endif %} | {% if r.regime_court %}{{ r.regime_court }}{% else %}—{% endif %} |
{{ r.montant|floatformat:2|unlocalize }} €TTC
{% if r.ht is not None %} {{ r.ht|floatformat:2|unlocalize }} € HT {% endif %}
|
{% if r.tva is not None %}{{ r.taux|floatformat:"-2"|unlocalize }} % {{ r.tva|floatformat:2|unlocalize }} € {% else %}—{% endif %}
|