mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
10 lines
417 B
Twig
10 lines
417 B
Twig
<span class="chill-entity entity-user">
|
|
{{- user.label }}
|
|
{%- if opts['user_job'] and user.userJob is not null %}
|
|
<span class="user-job">({{ user.userJob.label|localize_translatable_string }})</span>
|
|
{%- endif -%}
|
|
{%- if opts['main_scope'] and user.mainScope is not null %}
|
|
<span class="main-scope">({{ user.mainScope.name|localize_translatable_string }})</span>
|
|
{%- endif -%}
|
|
</span>
|