{% extends 'base.html.twig' %} {% block title %}Len's - Intervention {% endblock %} {% block stylesheets %} {% endblock %} {% block header %} {% endblock %} {% block drawer_button %} {% endblock %} {% block body %}
{{ statusRepo.find(24).getInterventions() | length }}
Demande d'intervention Professionnel
tools
Intervention ({{ interventions | length }})
processing
Diagnostic en cours ({{ statusRepo.find(12).getInterventions() | length }})
devis
Devis ({{ devisRepo.findByFilter('','waiting','inter') | length }})
devis
Devis ({{ devisRepo.findByFilter('','send','inter') | length }})
devis
Devis accepté({{ devisRepo.findByFilter('','accept','inter') | length }})
devis
Devis refusé({{ devisRepo.findByFilter('','deny','inter') | length }})
processing
Intervention en cours ({{ statusRepo.find(21).getInterventions() | length }})
euro
En attente de paiement ({{ statusRepo.find(23).getInterventions() | length }})
pause
Intervention en attente ({{ statusRepo.find(13).getInterventions() | length }})
check
Intervention Terminé ({{ statusRepo.find(14).getInterventions() | length }})
cancel
Intervention Refusé ({{ statusRepo.find(4).getInterventions() | length }})
plus
{% if 'devis' in submenu %} {% else %} {% endif %}
Date de création Client Numero de l'interventionNumero du devisDescriptionMontant Heure Statut
{% include 'CRUD/livraison/modal.html.twig' with {type : 'rep'} %} {% include 'intervention/modals.html.twig' %} {% endblock %}