{# templates/artisan_v2/devis/ar_devis_en_attente.html.twig #} {% extends 'artisan_v2/artisan.html.twig' %} {% block title %}Demandes de Devis En Attente - {{ parent() }}{% endblock %} {% block body %} {{ render(controller('App\\Controller\\Artisan\\ArLayoutController::arServiceClient' )) }} {{ render(controller('App\\Controller\\Artisan\\ArLayoutController::breadcrumb', {'rubriques_id':rubriques_id, 'action':filariane_action} )) }}
Demandes de devis en attente |
---|
{# Publiée le {{ row.creationDate|date('d-m-Y') }} à {{ row.creationDate|date('H:i') }} {% if row.typeClient|length > 0 %} par un {% if row.typeClient == 'particulier' %} Particulier {% elseif row.typeClient == 'professionnel' %} Professionnel {% endif %} {% endif %} {% set plural = row.nbr_reponses > 1 ? 's' : '' %} Ville : {{ 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.id_service == 22 %} Volume : {{ row.surface }} ㎥ {% elseif row.id_service == 2 and row.creationDate|date('Y-m-d') > '2021-11-16' %} Nombre de fenêtres : {{ row.surface }} {% elseif row.id_service == 24 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 }} {{ getImagesDevisToArtisan(row.id)|raw }}
{% if row.ma_reponse == 0 %}
{% if 3 > row.nbr_reponses %}
{{ getCommissionArtisan(app.user.id, row.code_departement, row.surface, row.creationDate|date('Y-m-d H:i:s'), row.id, row.id_interventions_service)|raw }} |