{% if static_path %}

{% else %}
 }})
{% endif %}
{{ advertiser.name|title }}
{% if is_granted('ROLE_DAF') %}
{{ nbApplies[advertiser.id].appliesCount }} {{ 'applies'|trans }}
{{ nbApplies[advertiser.id].jobsCount|number_format(0, ".", " ") }} {{ 'jobs'|trans }}
{{ nbApplies[advertiser.id].dafsCount }} {{ 'forms'|trans }}
{% endif %}
{% if advertiser.active == 'true' %}
{{ 'active'|trans }}
{% else %}
{{ 'inactive'|trans }}
{% endif %}