{# templates/client_v2/client_mes_demandes.html.twig #} {% extends 'client_v2/client.html.twig' %} {% block title %}Mes demandes de devis - {{ parent() }}{% endblock %} {% block description %}{% endblock %} {% block body %} {{ include('client_v2/layout/client_mon_identifiant.html.twig') }}
  • Mes demandes de devis
{{ include('client_v2/layout/client_debug.html.twig') }} {{ include('client_v2/layout/client_alert.html.twig') }}
{{ include('client_v2/layout/client_paginator.html.twig') }}
{% if nb_pages >= page %} {% for key,row in listing %} {% endfor %}
Mes demandes de devis
  Date d'envoi : {{ row.creationDate|date('d-m-Y H:i') }}
  Adresse : {{ row.adresse }}, {{ row.cp }} {{ row.ville }}

  Service : {# { getServiceByKey(row.service) } #} {% if row.solution == 'nettoyage' %} Nettoyage {% elseif row.solution == 'depannage' %} Dépannage {% elseif row.solution == 'nuisible' %} Nuisible {% else %} {{ row.solution }} {% endif %} / {{ row.service }} {% if row.detail_service|length > 0 %} ({{ row.detail_service }}){% endif %}
{% if isNumeric(row.surface) and row.surface > 0 %} {% if row.id > 13937 %}   {{ row.surface_lab }}{% if row.surface_unite|length > 0 %} ({{ row.surface_unite }}){% endif %} : {{ row.surface }}
{% else %} {% if row.service_key == 'assainissement_vidange_curage' %}   Volume : {{ row.surface }} ㎥
{% elseif row.service_key == 'vitres' and row.creationDate|date('Y-m-d') > '2021-11-16' %}   Nombre de fenêtres : {{ row.surface }}
{% elseif row.service_key == 'merule' and row.id > 9827 %}   Longueur (mètre courant) : {{ row.surface }}
{% else %}   Surface : {{ row.surface }} m²
{% endif %} {% endif %} {% endif %} {% if row.frequence|length > 0 %}  {% if row.id > 14617 %}{{ row.frequence_lab }}{% else %}Fréquence des interventions{% endif %} : {{ getFrequenceByKey(row.frequence) }}
{% endif %}
  Description : {{ getNl2Br(row.description)|raw }}
{{ getImagesDevisToClient(row.id)|raw }}

{% if row.nbr_prospections > 0 %}   Annonce vue par : {{ row.nbr_prospections }} partenaires
{% endif %}   Nombre de Devis : {{ row.nbr_reponses }}
{% if row.nbr_reponses > 0 %} {% endif %}
{% if row.relanceeA == 0 and date('-24hours') > date(row.creationDate) %} {% endif %}
{% if row.classified == 0 %} {% if row.published == 1 and (row.nbr_reponses > 3 or date('-24hours') > date(row.creationDate)) %} {% endif %} {% elseif row.classified == 1 %} {% endif %}
{% endif %}
{% if nb_pages >= page %}{{ include('client_v2/layout/client_paginator.html.twig') }}{% endif %}
{{ render(controller('App\\Controller\\ClientController::footer')) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}