{% extends "compta/base.html" %} {% block titre %}Global{% endblock %} {% block content %} {% if bareme_manquant %}
| Activité | CA HT | % plafond | URSSAF | Impôt (VL) | Revenu imposable |
|---|---|---|---|---|---|
| {{ l.label }} | {{ l.ca_ht }} € | {% if l.pct_seuil_ca is not None %}{{ l.pct_seuil_ca }} %{% else %}—{% endif %} | {% if l.cotisations is not None %}{{ l.cotisations }} €{% else %}—{% endif %} | {% if l.versement_liberatoire is not None %}{{ l.versement_liberatoire }} €{% else %}—{% endif %} | {% if l.revenu_imposable is not None %}{{ l.revenu_imposable }} €{% else %}—{% endif %} |
| Total | {{ ca_ht }} € | {{ cotisations_urssaf|default:"—" }} € | {{ versement_liberatoire|default:"—" }} € | {{ revenu_imposable|default:"—" }} € |