Participation à la Campagne: {{ campagn.title }}

{{ 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) }}

Mode de Paiement

Utiliser une carte de crédit ou de débit

{#
#} {# #} {# #} {#
#} {#
#} {# #} {#
#} {#
#} {# #} {#
#}
{{ form_end(form) }}