{# client_mes_demandes_visualiser_devis_template.html.twig #} {% extends 'client_v2/client.html.twig' %} {% block title %}Visualiser les devis - {{ parent() }}{% endblock %} {% block description %}{% endblock %} {% block body %}
  • Visualiser les devis
{% if listing|length > 0 %} {% for k,row in listing %} {% endfor %}
# Artisan Message Date
d'envoi
Transmettre les infos
de contact au prestataire
{{ (k + 1) }} {{ row.societe }}
{% if row.artisanEmail|length > 0 %}
  {{ row.artisanEmail }}{% endif %} {% if row.artisanTel|length > 0 %}
  {{ row.artisanTel }}{% endif %} {% if row.artisanMobile|length > 0 %}
  {{ row.artisanMobile }}{% endif %} {% if row.artisanMobileBis|length > 0 %}
  {{ row.artisanMobileBis }}{% endif %} {% if row.artisanMobileTrois|length > 0 %}
  {{ row.artisanMobileTrois }}{% 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 / {{ prix_moyen_par }} : {{ 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 %}
{{ row.date_envoi|date('d-m-Y') }}
{{ row.date_envoi|date('H:i') }}
{% if row.archived == 0 %} {% if row.answered == 0 %} L’offre me convient, je souhaite être contacté par le prestataire

{% else %} Réponse envoyée au artisan {% endif %} {% endif %}
{% if row.archived == 0 %} {% else %} Archivé {% endif %}
{% else %} {% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}