{% 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 uw extra advertentie "' %} {% set endMsgPay = '" activeren?' %}
Je hebt het limiet aan gratis advertenties voor de afgelopen 7 dagen bereikt. Voor slechts 1,00€ activeer je deze advertentie voor 30 dagen publicatie. Bereik meer klanten en vergroot je zichtbaarheid – eenvoudig en voordelig!
{{ beforeMsgPay ~ eventAdvert.title ~ endMsgPay }}
(Betalen via Bancontact, Ideal of Paypal)
 
{% if userCredit is defined and userCredit is not null and userCredit >= minimumBalance %}
Wilt u uw extra advertentie met credits activeren?
{% if userCredit <= 1 %} {% endif %} {% if userCredit >= minimumBalance * 2 %}
 
{% endif %} {% endif %}
{% endblock %}