{% extends 'base.html.twig' %} {% block title %}Hello AdminController!{% endblock %} {% block body %}
{#
Credit Total
{{credit|number_format}} TND

attach_money
#} {% set currentDate = date() %}
Actions de {{ currentDate|date('m/Y') }}
{{countact}}
Réalisées{{realise}}
Non Réalisées{{nRealise}}
Réalisées en retard{{retard}}
trending_up
Commandes de {{ currentDate|date('m/Y') }}
{{commandes}}
{#

{{pourc}}% Realisées

#}
credit_card
Livraisons de {{ currentDate|date('m/Y') }}
{{livraison}}
{#

87% target reached

#}
dvr

Les Représentants

Répertoire

{#
#}
{#
#}
{% for t in tiers %} {% if t.CNom != null %} {% if t.CF == 'CL' %} {% set cf = 'Client' %} {% else %} {% set cf = 'Prospect' %} {% endif %} {% endif %} {% endfor %} {# #}
Type Client Nom Prenom Tel Ville Pays Mode Reglement Derniere Visite
{{cf}} {{t.CNom}} {{t.CPrenom}} {{t.Tel}} {{t.CVille}} {{t.CPays}} {{t.ModeRegT}} {{ t.ActionDate is null ? '' : t.ActionDate|date("d/m/Y") }}
Cf Nom Prenom Tel Ville Pays Mode Reglement Derniere Visite
{#

Showing 1 to 10 of 27

#}
{% endblock %}