{% extends 'affiliate.html.twig' %} {% block dashboard %}
{% include 'affiliate/earnings.html.twig' %}

{{ 'Statistics'|trans }}

{% for refer in referred %} {% if refer.promotionMaterial %} {% else %} {% endif %} {% endfor %}
Gebruikers Actief Datum {{ 'Tracking Url'|trans }}
{{ refer.childUser.id }} {{ refer.childUser.enabled ? 'Ja' : 'Niet geactiveerd' }} {{ refer.createdAt|date('Y-m-d') }} {{ app.request.schemeAndHttpHost ~ '/promotion-ref?promotion=' ~ refer.promotionMaterial.id ~ '&referral=' ~ refer.parentUser.id ~ '&plan_type=' ~ refer.planType }} {{ link ? url('signup_referral', {token: link.link}) }}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}