{% extends "cotisations/sidebar.html" %} {% load bootstrap3 %} {% block title %}Facture{% endblock %} {% block content %}

Cotisations

{% include "cotisations/aff_cotisations.html" with facture_list=facture_list %}


{% endblock %}