Ajouter communication

{{ form_start(formNewCom) }} {{ form_label(formNewCom.date, 'Date') }} {{ form_widget(formNewCom.date, {'attr': {'class': 'form-control'}}) }} {{ form_label(formNewCom.statut, 'Statut') }} {{ form_widget(formNewCom.statut, {'attr': {'class': 'form-select'}}) }} {{ form_label(formNewCom.forfait, 'Forfait') }} {{ form_widget(formNewCom.forfait, {'attr': {'class': 'form-control'}}) }} {{ form_label(formNewCom.description, 'Description') }} {{ form_widget(formNewCom.description, {'attr': {'class': 'form-control'}}) }} {{ form_label(formNewCom.payer, 'payer') }} {{ form_widget(formNewCom.payer) }}
{{ form_end(formNewCom) }}