{% extends '::base.html.twig' %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block javascripts %}
{{ parent() }}
{% endblock %}
{% block body %}
Imprimer
FICHE CLIENT
{{ query_client_last_order(client) }}
Date de commande
POSITION |
{{ client.getPosition }} |
{{ client.getNombreHabitants }}
|
COMMENTAIRES
{% for bl in bl_sorted %}
{{ bl.summary }} |
{% endfor %}
{% if bl_sorted|length < 33 %}
{% for item in bl_sorted|length..33 %}
|
{% endfor %}
{% endif %}
Date dernier RDV : {{ client.dateRelance|date('d/m/Y') }}
{% endblock %}