{% extends 'bundles/SonataAdminBundle/standard_layout.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {# Define the variable out of the block to prevent error if someone is overriding the list_table and not the list_footer #} {% block list_table %}
{# Add a margin if no pager to prevent dropdown cropping on window #}
{% block list_header %}{% endblock %} {% block table %} {% block table_header %}{% endblock %} {% block table_body %}
Nombre de client 0
Nombre de prestations 0
Nombre de produits 0
Montant total des prestations 0
Montant total des produits 0
Reste à payer 0
Encaissements en Dhs 0
Décaissements en Dhs0
Résultat en Dhs 0
Charges caisse réception
Total en Dhs 0
Charges caisse administratives
Total en Dhs 0
{#
#}
{% endblock %} {% block table_footer %}{% endblock %} {% endblock %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}