{% if not entreprise %}

Aucune entreprise

Crée une entreprise dans l'administration, ou saisis une opération.

{% else %}

{{ entreprise.nom }}

{{ entreprise.get_activite_display }} (principale) · {% if entreprise.franchise_tva %}Franchise de TVA{% else %}Assujetti TVA{% endif %} {% if entreprise.versement_liberatoire %}· Versement libératoire{% endif %} · Exercice {{ annee }}
{% block extrafilters %}{% endblock %}
{% block content %}{% endblock %} {% endif %} {% block scripts %}{% endblock %}