{# templates/artisan_v2/devis/ar_devis_acceptes.html.twig #} {% extends 'artisan_v2/artisan.html.twig' %} {% block title %}Demandes de Devis Acceptées - {{ parent() }}{% endblock %} {% block body %} {{ render(controller('App\\Controller\\Artisan\\ArLayoutController::breadcrumb', {'rubriques_id':rubriques_id, 'action':filariane_action} )) }}
{% if popup_paiement is not empty %} {{ popup_paiement|raw }} {% endif %} {{ include('artisan_v2/layout/ar_debug.html.twig') }} {{ include('artisan_v2/layout/ar_alert.html.twig') }}
{{ include('artisan_v2/layout/ar_paginator.html.twig') }}
{% if page <= nb_pages %} {% for key,row in listing %} {% endfor %}
# Ville Description Date
d'ajout
Actions
{{ (((page -1) * nb_per_page) + key + 1) }} {{ row.cp }}
{{ row.ville }}
Service : {{ getServiceByKey(row.service) }}
{% if row.surface > 0 %}Surface : {{ row.surface }} m²
{% endif %} {% if row.frequence|length > 0 %}Fréquence des interventions : {{ getFrequenceByKey(row.frequence) }}
{% endif %}
{{ getNl2Br(row.description)|raw }}
{{ row.creationDate|date('d-m-Y') }}
{{ row.creationDate|date('H:i') }}
{% if row.ma_reponse == 0 %}
Commission :
{{ getCommissionArtisan(app.user.id, row.service, row.surface, row.creationDate|date('Y-m-d H:i:s'))|raw }} {% else %} {% endif %}
{% endif %}
{% if page <= nb_pages %}{{ include('artisan_v2/layout/ar_paginator.html.twig') }}{% endif %}
{{ include('artisan_v2/layout/ar_footer.html.twig') }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}