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

Solution index

{% for solution in solutions %} {% else %} {% endfor %}
Id Nom actions
{{ solution.id }} {{ solution.nom }} show edit
no records found
Create new {% endblock %}