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

DevisReunion index

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