{# templates/client/client_mes_devis_archives.html.twig #} {% extends 'base.html.twig' %} {% block title %}Devis archivés - {{ parent() }}{% endblock %} {% block description %}{% endblock %} {% block body %}
{{ render(controller('App\\Controller\\LayoutController::menuClient', {'current': current})) }}

Devis archivés

{% if listing|length > 0 %} {% for key,row in listing %} {% endfor %}
# 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') }}
{% else %} {% endif %}
{# { render(controller('App\\Controller\\LayoutController::rightColumn', {'current': current})) } #}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}