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