{% extends 'admin/layout.html.twig' %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('secto') }} {% endblock %} {% block body_id 'admin_post_index' %} {% block fil_ariane %} {% set url = app.request.pathinfo|split('/') %} {% endblock %} {% block main %}
SITE
HISTORIQUE
    {% for rowHisto in resHisto %}
  1. MEP : {{ rowHisto.date_mep }}
    Créée le {{ rowHisto.date_modif }}
    {{ rowHisto.commentaires }}
  2. {% endfor %}
{#{{ include('admin/list_datagrid_content.html.twig') }}#} {{ include('admin/list_datagrid_full.html.twig') }} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {#{% for rowAgent in resAgents %}#} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {##} {#{% endfor %}#} {##} {#
SiteCode AgentNom AgentFamille 0Famille 1Famille 2Famille 3Total clientsResponsable
{{ rowAgent.site }}{{ rowAgent.code_agent }}{{ rowAgent.prenom_agent }} {{ rowAgent.nom_agent }}{{ rowAgent.famille0 }}{{ rowAgent.famille1 }}{{ rowAgent.famille2 }}{{ rowAgent.famille3 }}{{ rowAgent.nb_clients }}{{ rowAgent.code_groupe }}
#}
{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('list') }} {{ encore_entry_script_tags('secto') }} {% endblock %}