>

>

>

>

>

>



t('No password reset requests'), 'hint' => t('No reset has been requested for this account yet.'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?>


t('No login tokens'), 'hint' => t('This user is currently not signed in via remember-me.'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?>

open>

t('No API tokens'), 'hint' => $canManageApiTokens ? t('Create a token to enable API access for this user.') : t('No API token has been created for this user yet.'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?>

t('No tenants available'), 'hint' => t('No tenant is available in your current scope.'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?> 0): ?>


t('Assign tenants first to select departments'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?> $tenant): ?>
: t('No departments available for this tenant'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?>


t('No roles available'), 'hint' => t('No active roles are configured yet.'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?>


t('No effective permissions'), 'hint' => t('Assign at least one role to show effective permissions.'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?>
t('Assign tenants first to edit custom fields'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?> $tenant): ?>

t('No custom fields configured for this tenant'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?>
$id > 0)); $currentOptionIds = is_array($currentValue['option_ids'] ?? null) ? array_values(array_unique(array_map('intval', $currentValue['option_ids']))) : []; $currentOptionIds = array_values(array_filter($currentOptionIds, static fn (int $id): bool => $id > 0)); $valueText = array_key_exists('value_text', $currentValue) ? (string) ($currentValue['value_text'] ?? '') : ''; $valueBool = array_key_exists('value_bool', $currentValue) && $currentValue['value_bool'] !== null ? (string) ((int) $currentValue['value_bool']) : ''; $valueDate = array_key_exists('value_date', $currentValue) ? (string) ($currentValue['value_date'] ?? '') : ''; $valueOptionId = array_key_exists('option_id', $currentValue) && $currentValue['option_id'] !== null ? (int) $currentValue['option_id'] : 0; ?>

t('No custom fields configured for selected tenants'), 'size' => 'compact', ]; require templatePath('partials/app-empty-state.phtml'); ?>
t('Active'), '0' => t('Inactive'), ]; $statusFieldHint = $visibilityHint; $statusFieldDisabledAttr = $visibilityDisabledAttr; require templatePath('partials/app-visibility-status-field.phtml'); ?>