{% extends "facturation/base.html" %} {% load url from future %} {% block appbar %}

{% if service_name == "CMPP" %}Facturation{% else %}Décompte{% endif %}

Retourner à l'accueil {% endblock %} {% block content %}

Récapitulatif des {% if service_name == "CMPP" %}facturations{% else %}décomptes{% endif %}

{% endblock %}