{% extends 'base.html.twig' %} {% block body %} {##} {% block content %}
{% if entite is not null %}

{{entite.nom}}

{% endif %} {% if distributeur is not null %}

DISTRIBUTEUR: {{distributeur.nom}}

{% endif %}
Nombre: {{ nombre|number_format(0, '', ' ') }}

{% if distributeur is empty %} {% endif %} {% for agence in agences %} {% if distributeur is empty %}{% endif %} {% if agence.commune is not empty %} {% else %} {% endif %} {% if agence.commune is not empty %} {% else %} {% endif %} {% endfor %}
Date de création NomDistributeurEmail Téléphone Region Département Commune Statut
{{ agence.dateCreation|date('d/m/Y H:i') }} {{ agence.nom }}{% if agence.parent is not null %}{{ agence.parent.nom }} {% else %} {% endif %}{{ agence.email }} {{ agence.tel }} {{agence.commune.departement.region.nom}} {{agence.departement.region.nom}} {{agence.commune.departement.nom}} {{agence.departement.nom}} {% if agence.commune is not empty %} {{ agence.commune.nom }} {% else %} {% endif %} {% if agence.status == 0 %} Inactif {% else %} Actif {% endif %}
{% endblock %} {% endblock %}