{{- user.label }}
{%- if opts['user_job'] and user.userJob is not null %}
({{ user.userJob.label|localize_translatable_string }})
{%- endif -%}
{%- if opts['main_scope'] and user.mainScope is not null %}
({{ user.mainScope.name|localize_translatable_string }})
{%- endif -%}
{%- if opts['absence'] and user.isAbsent %}
{{ 'absence.A'|trans }}
{%- endif -%}