{% extends 'base.html.twig' %} {% block title %}Hello TiersController!{% endblock %} {% block body %}

Répertoire


Tier Info

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

Showing 1 to 10 of 27

#}
{% endblock %}