{% if section == 'dashboard' %}
{% if is_granted('ROLE_BACKEND') %}
Global Overview
{% endif %} {# sub menu added in layout.html.twig with Javascript #}
{% if is_granted('ROLE_DASHBOARD') %}
Ads Campaigns
Sponsoring Campaigns
{% endif %} {% if is_granted('ROLE_BACKEND') %}
Statistics Report
Conversions Report
Contexts Report
{% endif %} {% elseif section == 'self' %} {% if routeName starts with 'self_index' %}
Advertisers
Overview
{% if is_granted('ROLE_BACKEND') %}
Talent desk
{% endif %} {% elseif routeName starts with 'self_advertiser' %} {% if is_granted('ROLE_SELF') %}
{{ advertiser.name }}
Advertiser
Job groups
Campaigns
Tracking
Forecast
(beta)
{% endif %} {% if is_granted('ROLE_DAF') %} {#
DAF
#} {% endif %} {% elseif routeName starts with 'self_campaign' %}
{{ campaign.name }}
Campaign
Details
Report
Optimize
Back to campaign list
{% endif %} {% elseif section == "daf" %}
{{ instance.nameInstance }}
Instance
Options
{% endif %}