{{ form_widget(formEditRencontre.id, {'attr': {'class': 'u-displaynone', 'id': 'edit_rencontre_id'}}) }}
{{ form_row(formEditRencontre.type, {'id': "edit_rencontre_type"}) }}
{{ form_row(formEditRencontre.date, {'attr': {'class': 'js-datepicker oka-input', 'id': 'edit_rencontre_date'}}) }}
{{ form_row(formEditRencontre.matchAt, {'attr': {'style': 'width: 340px', 'class': 'oka-flex -gap-sm', 'id': ''}}) }}
{{ form_widget(formEditRencontre.periode, {'attr': {'class': 'u-displaynone', 'id': 'edit_rencontre_periode'}}) }}
{{ form_row(formEditRencontre.stade, {'label': 'Lieu', 'attr': {'id': 'edit_rencontre_stade'}}) }}
{{ form_row(formEditRencontre.adversaire, {'attr': {'id': 'edit_rencontre_adversaire'}}) }}
{{ form_widget(formEditRencontre.score, {'attr': {'class': 'u-displaynone'}}) }}
{{ form_widget(formEditRencontre.saison, {'attr': {'class': 'u-displaynone', 'id': 'edit_rencontre_saison'}}) }}
{{ form_row(formEditRencontre.libelle) }}