{% extends "admin/old_index.html" %} {% load i18n %} {% load eo_banque %} {% load eo_facture %} {% block content %}
{% echeances %} {% if 'cpf' in request.GET %} Afficher tout le monde
{% if request.GET.cpf == 'True' %} {% income_by_clients user %} {% else %} {% income_by_clients %} {% endif %} {% else %} N'afficher que mes clients
{% income_by_clients %} {% endif %} {% impayees %} {% a_facturer %} {% finances 8 %}
{% endblock %} {% block sidebar_module %} {% income %} {% endblock %}