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

Litige index

{% for litige in litiges %} {% else %} {% endfor %}
Id Titre Description actions
{{ litige.id }} {{ litige.titre }} {{ litige.description }} show edit
no records found
Create new {% endblock %}