{{ form_start(form, {'attr': {'id': 'form_vs_melden', 'class':'form-veranstaltung'}}) }}{{ form_row(form.vVorname) }}{{ form_row(form.vNachname) }}{{ form_row(form.geburtsjahr) }}{{ form_row(form.todesjahr) }}{{ form_row(form.text) }}{{ form_row(form.wunschdatum, {'attr':{'class':'jqBootstrapDatePicker', 'style':'width:160px'}}) }}{% include 'frontend/einsendung/include/fileupload.html.twig'%}{{ form_row(form.bemerkungen) }}<h5>{{ entity.selfSubTitle }}</h5>{{ form_row(form.vorname) }}{{ form_row(form.nachname) }}{{ form_row(form.strasse) }}{{ form_row(form.plz) }}{{ form_row(form.ort) }}{{ form_row(form.telefon) }}{{ form_row(form.email) }}<h5>Datenschutz</h5>{{ form_row(form.datenschutz) }}<br><button type="submit" name="btnSubmit" class="btn btn-primary btn-sm" value="active-validation">Senden</button> <a href="{{ path('fe.page_einsendungen') }}" class="btn btn-link btn-sm">Abbrechen</a>{{ form_end(form) }}