{# templates/artisan/devis/ad_devis_en_attente.html.twig #} {% extends 'artisan/artisan.html.twig' %} {% block title %}Devis en attente - {{ parent() }}{% endblock %} {% block body %} {{ render(controller( 'App\\Controller\\Artisan\\ArLayoutController::filAriane', {'rubriques_id':rubriques_id, 'action':filariane_action} )) }}
# | Ville | Service | Description | Surface | Fréquence des interventions |
Date d'ajout | Actions | |
---|---|---|---|---|---|---|---|---|
{{ (((page -1) * nb_per_page) + key + 1) }} | {{ row.cp }} {{ row.ville }} |
{{ getServiceByKey(row.service) }} |
{{ getNl2Br(row.description)|raw }}
{% if row.id == 67 %}
Voir plus {% endif %} |
{% if row.surface > 0 %}{{ row.surface }} m²{% endif %} | {% if row.frequence|length > 0 %}{{ getFrequenceByKey(row.frequence) }}{% endif %} | {{ row.creationDate|date('d-m-Y H:i') }} | {# % if row.accepted is empty % #} Accepter {# % endif % #} | Refuser |