{# templates/client/client_mes_devis_archives.html.twig #}
{% extends 'base.html.twig' %}
{% block title %}Devis archivés - {{ parent() }}{% endblock %}
{% block description %}{% endblock %}
{% block body %}
# | Artisan | Message | Date d'envoi |
---|---|---|---|
{{ (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') }} |