{% if global is defined %}
{% if global != "yes" %}
{{ message|default('Candidate company is a listed as an exclusive client.') }}
{% else %}
{{ message|default('At list one of the candidate company global branch is listed as an exclusive client.') }}
{% endif %}
{% else %}
{{ message|default('Candidate company is listed as an active client.') }}
{% endif %}