{{> ../user_display_only_pill display_value=full_name user_id=user_id img_src=img_src}}
|
{{#if display_email}}
{{display_email}}
|
{{else}}
{{t "(hidden)"}}
|
{{/if}}
{{user_role_text}}
|
{{#if is_bot}}
{{#if no_owner }}
{{bot_owner_full_name}}
{{else}}
{{> ../user_display_only_pill display_value=bot_owner_full_name user_id=bot_owner_id img_src=owner_img_src is_active=is_bot_owner_active}}
{{/if}}
|
{{bot_type}}
|
{{else if display_last_active_column}}
{{ last_active_date }}
|
{{/if}}
{{#if can_modify}}
{{#if is_active}}
{{else}}
{{/if}}
|
{{/if}}