{% if header != 'no' %}
Apps
{% if is_granted('ROLE_ANALYTICS') %}
Golden
Analytics
{% endif %} {% if is_granted('ROLE_DAF') %}
Applies
Manager
{% endif %} {% if is_granted('ROLE_SELF') %}
Campaign
Manager
{% endif %}
{% include 'Includes/breadcrumb_self.html.twig' %}
{{ 'Languages'|trans }}
{{ 'English'|trans }}
{{ 'French'|trans }}
{{ 'Welcome'|trans }}
{% if app.user.firstName is defined %}
{{ app.user.firstName }}
{% else %}
{{ app.user.username }}
{% endif %}
{{ 'Account'|trans }}
{{ 'Logout'|trans }}
{% endif %}