{% set page = 'admin' %} {% extends 'base.html.twig' %} {% block body %} Déconnexion
{% for pro in pros %} {% set pro = pro.client %} {% set url = "" %} {% if app.user.is('admin') %} {% set url = '?client='~pro.id %} {% endif %} {% endfor %}
Raison Social Téléphone Adresse Souscription Active Heure restantes Dernière opération
{{ pro.raisonSocial | capitalize }} {{ pro.tel1 | default('N/C') }} {% if pro.tel2 is not empty %}
{{ pro.tel2 }} {% endif %}
{% if pro.rue is not empty %} {{ pro.rue }} {% endif %} {% if pro.cp is not empty or pro.ville is not empty %}
{{ pro.cp }} {{ pro.ville }} {% endif %}
{% if pro.hasActiveSouscription() %} {% else %} {% endif %} {% if pro.hasActiveSouscription() %} {{ pro.souscriptions.first().getNbHeureRemaining() }} H {% else %} 0 H {% endif %} {% if pro.hasIntervention() %} {{ pro.interventions.last }} {% endif %} {% if pro.hasIntervention() and pro.hasReparation() %}
{% elseif not pro.hasIntervention() and not pro.hasReparation() %} N/C {% endif %} {% if pro.hasReparation() %} {{ pro.reparations.last}} {% endif %}
Voir
{% endblock %}