compact): ?>
= $this->translate('Username'); ?> | = $this->translate('State'); ?> | = $this->translate('Created at'); ?> | = $this->translate('Last modified'); ?> |
---|---|---|---|
= $this->escape($user->user_name); ?> | = $user->is_active === null ? $this->translate('N/A') : ( $user->is_active ? $this->translate('Active') : $this->translate('Inactive') ); ?> | = $user->created_at === null ? $this->translate('N/A') : date('d/m/Y g:i A', $user->created_at); ?> | = $user->last_modified === null ? $this->translate('Never') : date('d/m/Y g:i A', $user->last_modified); ?> |