- = t('Username:') ?> = $this->e($user['username']) ?>
- = t('Name:') ?> = $this->e($user['name']) ?: t('None') ?>
- = t('Email:') ?> = $this->e($user['email']) ?: t('None') ?>
- = t('Group:') ?> = $user['is_admin'] ? t('Administrator') : t('Regular user') ?>
- = t('Account type:') ?> = $user['is_ldap_user'] ? t('Remote') : t('Local') ?>
- = $user['twofactor_activated'] == 1 ? t('Two factor authentication enabled') : t('Two factor authentication disabled') ?>
- = t('Default project:') ?> = (isset($user['default_project_id']) && isset($projects[$user['default_project_id']])) ? $this->e($projects[$user['default_project_id']]) : t('None') ?>
- = t('Timezone:') ?> = $this->inList($user['timezone'], $timezones) ?>
- = t('Language:') ?> = $this->inList($user['language'], $languages) ?>
- = t('Notifications:') ?> = $user['notifications_enabled'] == 1 ? t('Enabled') : t('Disabled') ?>
- = $this->a(t('iCalendar (iCal format, *.ics)'), 'ical', 'user', array('token' => $user['token']), false, '', '', true) ?>