{{ data_get($type, 'name') }}
{{ __('ui.common.type_details', [ 'slug' => data_get($type, 'slug'), 'weight' => number_format((float) data_get($type, 'score_weight', 1), 2, ',', ' '), 'deepwork' => data_get($type, 'allows_deepwork') ? __('Deepwork autorisé') : __('Deepwork désactivé'), 'status' => data_get($type, 'is_active') ? __('Actif') : __('Inactif'), ]) }}