{% 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 %}
{% set delConfMsg = 'Bent u zeker dat u uw account wilt verwijderen?' %}