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

Analyse index

{% for analyse in analyses %} {% else %} {% endfor %}
Id Titre Description Observations actions
{{ analyse.id }} {{ analyse.titre }} {{ analyse.description }} {{ analyse.observations }} show edit
no records found
Create new {% endblock %}