{% extends 'dashboard.html.twig' %} {% block title %}{% trans %} My dashboard | Promotip {% endtrans %}{% endblock %} {% block stylesheets %} {{ parent() }} {{ encore_entry_link_tags('dashboard') }} {{ encore_entry_link_tags('dropzone') }} {% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('dropzone') }} {{ encore_entry_script_tags('dashboard_events') }} {% endblock %} {% block dashboard %} {% set beforeMsgPay = 'Wilt u de advertentie "' %} {% set endMsgPay = '" activeren als premium advertentie?' %}
Premium advertenties zijn advertenties die op de sliderbalken van de homepagina staan en in de subrubrieken waar u uw advertentie geplaatst heeft.

Op die manier heeft uw advertentie nog meer visibiliteit en bereik!

{{ beforeMsgPay ~ eventAdvert.title ~ endMsgPay }}
(Betalen via Bancontact, Ideal of Paypal)
{% if userCredit <= 1 %}
{% endif %}
{% if eventAdvert.status == 0 and advert_type != "premium" and userCredit >= 1 %}
 
{% endif %}

Extra opvallen? Kies dan een premium advertentie!

 
Meest gekozen
 
{% if userCredit is defined and userCredit is not null and userCredit >= minimumBalance %}
Wilt u uw premium advertentie met credits activeren?
{% if userCredit >= minimumBalance * 2 %}
 
{% endif %} {% if userCredit >= minimumBalance * 4 %}
 
{% endif %} {% if userCredit >= minimumBalance * 6 %}
Meest gekozen
{% endif %}
{% endif %}
{% endblock %}