{{ form_errors(form) }}
{{ form_label(form.next_date) }}
{{ form_widget(form.next_date) }}
{{ form_errors(form.next_date) }}
{{ form_rest(form) }}