{{ form_start(form) }}
{{ form_row(form.firstName, {'attr' : { 'placeholder' : 'Votre Prénom ' | trans }}) }}
{{ form_row(form.lastName, {'attr' : { 'placeholder' : 'Votre Nom de famille ' | trans }}) }}
{{ form_row(form.email, {'attr' : { 'placeholder' : 'Votre Email ' | trans }}) }}
{{ form_row(form.amount, {'attr' : { 'placeholder' : 'Le montant de votre contribution ' | trans }}) }}
{{ form_row(form.isAnonymeContributionAmount) }}
{{ form_row(form.isAnonymeFullName) }}
{{ form_end(form) }}