{{ form_start(form) }}
{{ form_label(form.comment, 'Commentaire : ', {'label_attr': {'class': 'text-gray-600 text-xl peer-placeholder-shown:text-base peer-placeholder-shown:text-gray-440 peer-placeholder-shown:top-2 transition-all peer-focus:-top-3.5 peer-focus:text-gray-600 peer-focus:text-xl'}}) }} {{ form_widget(form.comment, {'attr': {'class': 'peer placeholder-transparent h-10 w-full border-b-2 border-gray-300 text-gray-900 focus:outline-none focus:borer-rose-600', 'placeholder': 'Commentaire'}}) }} {{ form_errors(form.comment) }}
{{ form_end(form) }}