{% if routeName != 'self_index' %}
-
Home
{% endif %}
{% if (routeName starts with 'ats_form_' or routeName == 'ats_overview') and (is_granted('ROLE_BACKEND') or app.user.advertisers|length > 1) %}
-
/ {{ advertiser.name }}
{% endif %}
{% if routeName == 'ats_overview' %}
- / Overview
{% endif %}
{% if routeName == 'ats_form_overview' %}
- / {{ dafInstance.nameInstance }} - Overview
{% endif %}
{% if routeName == 'ats_form_applies' %}
- / {{ dafInstance.nameInstance }} - Applies
{% endif %}
{% if routeName == 'ats_form_jobs' %}
- / {{ dafInstance.nameInstance }} - Jobs
{% endif %}
{% if routeName == 'ats_form_settings' %}
- / {{ dafInstance.nameInstance }} - Settings
{% endif %}