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

Suggestion index

{% for suggestion in suggestions %} {% else %} {% endfor %}
Id Titre Contenu DateCreated actions
{{ suggestion.id }} {{ suggestion.titre }} {{ suggestion.contenu }} {{ suggestion.dateCreated ? suggestion.dateCreated|date('Y-m-d H:i:s') : '' }} show edit
no records found
Create new {% endblock %}