{% extends 'base.html.twig' %} {% block title %}New Commentaire{% endblock %} {% block body %}

Create new Commentaire

{{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }} Back to list {% endblock %}