{# templates/client/client_mes_devis_reponses.html.twig #} {% extends 'base.html.twig' %} {% block title %}Visualiser les devis - {{ parent() }}{% endblock %} {% block description %}{% endblock %} {% block body %}
{{ render(controller('App\\Controller\\LayoutController::menuClient', {'current': current})) }}

Visualiser les devis

{% if listing|length > 0 %} {# % if remote_addr == '196.203.182.13' % #} {# % endif % #} {% for key,row in listing %} {# % if remote_addr == '196.203.182.13' % #} {% if row.archived == 0 %} {% else %} {% endif %} {# % endif % #} {% endfor %}
# Artisan Message Date d'envoiTransmettre les infos
de contact au prestataire
{{ (key + 1) }} {{ row.societe }} {{ 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.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.answered == 0 %} L’offre me convient, je souhaite être contacté par le prestataire

Envoyer {% else %} Réponse envoyée au artisan {% endif %}
Archiver Archivé
{% else %} {% endif %}
{# { render(controller('App\\Controller\\LayoutController::rightColumn', {'current': current})) } #}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}