{% extends 'base.html.twig' %} {% block title %}{% trans %}Promotip: Dashboard{% endtrans %}{% endblock %} {% block body %} {% set unreadMessagesCount = helper.getUnreadMessages %} {% if action is defined and action == 'register' %}
Hallo {{ helper.getFirstname }}, welkom op Promotip!
Vul eerst het bedrijfsprofiel in voor uw onderneming hierna kan u meteen uw gratis advertentie plaatsen!
{% endif %}
{% if is_granted('IS_IMPERSONATOR') %}
You are currently logged into {{ app.user.email }} account from super user
Exit impersonation
{% endif %}
{% if(helper.getCompanyImage) %} {% else %} {% endif %}
{{ helper.getCurrentActiveAccount }}
{% if is_granted('ROLE_AFFILIATE') %} AFFILIATE {% endif %}
{% include 'affiliate_menu.html.twig' %}
{% block dashboard %}{% endblock %} {% if showFooter is defined and showFooter == -1 %} {% else %}
{% endif %}
{% endblock %}