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

Forfait index

{% for forfait in forfaits %} {% else %} {% endfor %}
Id Description Prix actions
{{ forfait.id }} {{ forfait.description }} {{ forfait.prix }} show edit
no records found
Create new {% endblock %}