{% extends "compta/base.html" %} {% block titre %}Déclaration URSSAF{% endblock %} {% block extrafilters %} {% endblock %} {% block content %}
| Activité | CA HT à déclarer | Taux URSSAF | Cotisations | {% if decl.versement_liberatoire is not None %}Taux VL | Impôt (VL) | {% endif %}
|---|---|---|---|---|---|
| {{ l.label }} | {{ l.ca_ht }} € | {% if l.taux_urssaf is not None %}{{ l.taux_urssaf }} %{% else %}—{% endif %} | {% if l.cotisations is not None %}{{ l.cotisations }} €{% else %}—{% endif %} | {% if decl.versement_liberatoire is not None %}{% if l.taux_vl is not None %}{{ l.taux_vl }} %{% else %}—{% endif %} | {% if l.versement_liberatoire is not None %}{{ l.versement_liberatoire }} €{% else %}—{% endif %} | {% endif %}
| Total | {{ decl.ca_ht }} € | {{ decl.cotisations|default:"—" }} € | {% if decl.versement_liberatoire is not None %}{{ decl.versement_liberatoire }} € | {% endif %}