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

Avis index

{% for avi in avis %} {% else %} {% endfor %}
Id Name Content actions
{{ avi.id }} {{ avi.name }} {{ avi.content }} show edit
no records found
Create new
{% endblock %}