{# templates/superadmin_v2/artisans/sa_gestion_artisans_list_reponses.html.twig #}
ID : {{ id }}
Demande de Devis | Message | Date d'envoi |
---|---|---|
#{{ row.devis_id }}
{{ getServiceByKey(row.service) }} {{ row.cp }} - {{ row.ville }} {% if row.id >= 5875 %} Commision HT : {{ row.comission_ttc }} € {% elseif row.id >= 3670 %} Commision HT : {{ row.comission_ht }} € {% endif %} |
{{ getNl2Br(row.message)|raw }} {% if row.nbr_heures_estimatif|length > 0 %} Nombre d'heures estimatif : {{ row.nbr_heures_estimatif }}{% endif %} {% if row.prix_heure|length > 0 %} Prix moyen / heure : {{ row.prix_heure }} €{% endif %} {% if row.montant_depense|length > 0 and row.montant_depense > 0 %} {{ row.intitule_depense }} : {{ row.montant_depense }} €{% endif %} {% if row.total_apayer_ht|length > 0 and row.total_apayer_ht > 0 %} Total à payer (HT) : {{ row.total_apayer_ht }} €{% endif %} {% if row.remise_eventuelle|length > 0 and row.remise_eventuelle > 0 %} Remise éventuelle : {{ row.remise_eventuelle }} €{% endif %} {% if row.montant_tva|length > 0 and row.montant_tva > 0 %} Montant TVA : {{ row.montant_tva }} €{% endif %} {% if row.total_apayer_ttc|length > 0 and row.total_apayer_ttc > 0 %} Total à payer (TTC) : {{ row.total_apayer_ttc }} €{% endif %} {% if row.file_reponse_devis|length > 0 %} {{ getLinkReponseDevis(row.file_reponse_devis)|raw }}{% endif %} {% if row.validated == 1 %} Validée {% elseif row.canceled == 1 %} Annulée {% else %} En attente {% endif %} {% if row.nbr_vues > 0 %} {{ row.nbr_vues }} {% endif %} |
{{ row.date_envoi|date('d-m-Y') }} {{ row.date_envoi|date('H:i') }} |