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

Outil index

{% for outil in outils %} {% else %} {% endfor %}
Id Title Content Url actions
{{ outil.id }} {{ outil.title }} {{ outil.content }} {{ outil.url }} show edit
no records found
Create new
{% endblock %}