{{ title|default('Success') }}

{{ message|default('The operation has been successful!') }} {% if contactTypeFound is defined %} {% if contactTypeFound %}
{{ message|default('Remark: found ') }} {{ contactTypeFound }} {{ message|default('candidate(s) with contact type active. This candidate(s) cannot be added to assignments.') }}
{% endif %} {% endif %} {% if isCandidateCompanyExclusiveFound is defined %} {% if isCandidateCompanyExclusiveFound %}
{{ message|default('Remark: found ') }} {{ isCandidateCompanyExclusiveFound }} {{ message|default('candidate(s) with company listed as exclusive client or exclusive prospect. This candidate(s) cannot be added to assignments.') }}
{% endif %} {% endif %} {% if isGlobalCandidateCompanyExclusiveFound is defined %} {% if isGlobalCandidateCompanyExclusiveFound %}
{{ message|default('Remark: found ') }} {{ isGlobalCandidateCompanyExclusiveFound }} {{ message|default('candidate(s) with at list one global company branch listed as exclusive client or exclusive prospect. This candidate(s) cannot be added to assignments.') }}
{% endif %} {% endif %} {% if countDelCandidates is defined %}
{{ countDelCandidates }} {{ message|default('candidate(s) were removed.') }}
{% endif %}