+

Automatische incasso

+

+ Contributie zal elk kwartaal automatisch van je rekening afgeschreven worden via automatisch incasso. + Hoeveel je hierbij betaalt hangt af van je inkomen. +

+ + {% if contribution.tiers|length > 2 %} + + + + + + + + + {% for tier in contribution.tiers %} + {% if tier.amount is not same as(null) %} + + + + + {% endif %} + {% endfor %} + +
MaandinkomenContributie
{{ tier.description }}€{{ (tier.amount / 100)|number_format(2, ',') }} per kwartaal (€{{ (tier.amount / 100 / 3)|number_format(2, ',') }} per maand)
+ {% endif %} + + {% if form.vars.submitted and not form.vars.valid %} +
+ {{ form_errors(form) }} +
+ {% endif %} + +

+ Selecteer wat er voor jou van toepassing is: +

+ {{ form_start(form, { attr: { class: 'incomes' }}) }} + {{ form_row(form._token) }} + +
+ {% for option in form.contributionAmount %} +
+ {{ form_widget(option) }} +
+ {{ form_label(option, null, { required: false }) }} + {% if option.vars.value == 0 %} +
+ {{ form_widget(form.otherAmount, { attr: { class: 'other-amount' } }) }} per kwartaal + {% endif %} +
+
+ {% endfor %} +
+ + + {{ form_end(form, {render_rest: false}) }} + +