{% if global is defined %}
{% if global != "yes" %}
{{ message|default('Candidate company is inactive since less than 12 months.') }}
{% else %}
{{ message|default('At list one of the candidate global company branches is inactive since less than 12 months.') }}
{% endif %}
{% else %}
{{ message|default('Candidate company is inactive since less than 12 months.') }}
{% endif %}