• {{ 'Home'|trans }}
  • {% if (routeName starts with 'ats_form_' or routeName == 'ats_overview' or routeName == 'ats_roi_overview') and (is_granted('ROLE_BACKEND') or app.user.advertisers|length > 1) %}
  • / {{ advertiser.name }}
  • {% endif %} {% if (routeName == 'ats_roi_overview') %}
  • / Source - R.O.I
  • {% endif %} {% if routeName == 'ats_overview' %}
  • / Overview
  • {% endif %} {% if routeName == 'ats_form_overview' %}
  • / {% if is_granted('ROLE_SAAS') %}{{ advertiser.name }}{% else %}{{ dafInstance.nameInstance }}{% endif %} - Overview
  • {% endif %} {% if routeName == 'ats_form_applies' %}
  • / {% if is_granted('ROLE_SAAS') %}{{ advertiser.name }}{% else %}{{ dafInstance.nameInstance }}{% endif %} - Applies
  • {% endif %} {% if routeName == 'ats_form_jobs' %}
  • / {% if is_granted('ROLE_SAAS') %}{{ advertiser.name }}{% else %}{{ dafInstance.nameInstance }}{% endif %} - Jobs
  • {% endif %} {% if routeName == 'ats_form_settings' %}
  • / {% if is_granted('ROLE_SAAS') %}{{ advertiser.name }}{% else %}{{ dafInstance.nameInstance }}{% endif %} - Settings
  • {% endif %}