{% extends 'base.html.twig' %} {% block title %}DevisPrestation index{% endblock %} {% block body %}

DevisPrestation index

{% for devis_prestation in devis_prestations %} {% else %} {% endfor %}
Id Quantite Prix actions
{{ devis_prestation.id }} {{ devis_prestation.quantite }} {{ devis_prestation.prix }} show edit
no records found
Create new {% endblock %}