{% extends 'affiliate.html.twig' %} {% block title %}{% trans %} My dashboard | Promotip {% endtrans %}{% endblock %} {% block dashboard %} {% if from %} {% if from =='register' %}
Uw account is geactiveerd!
{% endif %}
{{ 'Please fill out this form to start your affiliate promotion today and begin earning right away!'| trans }}
{% endif %}
{{ form_widget(form.firstname, { 'attr': {'placeholder': 'First name'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.firstname, 'First name'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.firstname) }}
{{ form_widget(form.surname, { 'attr': {'placeholder': 'Surname'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.surname, 'Surname'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.surname) }}
{{ form_widget(form.email, { 'attr': {'placeholder': 'E-mail'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.email, 'Email'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.email) }}
{{ form_widget(form.plainPassword, { 'attr': {'placeholder': 'Enter New Password'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.plainPassword, 'Wijzig paswoord'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.plainPassword) }}
{{ form_widget(form.companyName, { 'attr': {'placeholder': 'Company Name'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.companyName, 'Company Name'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.companyName) }}
{{ form_widget(form.vatNumber, { 'attr': {'placeholder': 'VAT number'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.vatNumber, 'VAT number'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.vatNumber) }}
{{ form_widget(form.address, { 'attr': {'placeholder': 'Address'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.address, 'Address'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.address) }}
{{ form_widget(form.address2, { 'attr': {'placeholder': 'Address Line 2'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.address2, 'Address Line 2'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.address2) }}
{{ form_widget(form.postcode, { 'attr': {'placeholder': 'Postcode'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.postcode, 'Postcode'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.postcode) }}
{{ form_widget(form.city, { 'attr': {'placeholder': 'City'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.city, 'City'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.city) }}
{{ form_widget(form.country, { 'attr': {'placeholder': 'Country'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(form.country, 'Country'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(form.country) }}
{{ form_widget(paymentForm.accountHolderName, { 'attr': {'placeholder': 'Account Holder Name'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(paymentForm.accountHolderName, 'Account Holder Name'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(paymentForm.accountHolderName) }}
{{ form_widget(paymentForm.bankName, { 'attr': {'placeholder': 'Bank Name'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(paymentForm.bankName, 'Bank Name'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(paymentForm.bankName) }}
{{ form_widget(paymentForm.bankAddress, { 'attr': {'placeholder': 'Bank Address'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(paymentForm.bankAddress, 'Bank Address'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(paymentForm.bankAddress) }}
{{ form_widget(paymentForm.bankCity, { 'attr': {'placeholder': 'Bank City'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(paymentForm.bankCity, 'Bank City'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(paymentForm.bankCity) }}
{{ form_widget(paymentForm.swiftCode, { 'attr': {'placeholder': 'Swift Code'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(paymentForm.swiftCode, 'Swift Code'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(paymentForm.swiftCode) }}
{{ form_widget(paymentForm.accountNumber, { 'attr': {'placeholder': 'Account Number'|trans, 'class': 'form-control form-control-lg profile-page-input'} }) }} {{ form_label(paymentForm.accountNumber, 'Account Number'|trans, {'label_attr': {'class': 'form-label profile-page-label'}}) }} {{ form_errors(paymentForm.accountNumber) }}
{{ 'bank_zone_message'| trans }}
{% set delConfMsg = 'Bent u zeker dat u uw account wilt verwijderen?' %}
{% endblock %}