compact): ?>
tabs; ?> sortBox; ?> limiter; ?> paginator; ?> filterEditor; ?>
translate('No backend found which is able to list users') . '
'; return; } if (count($users) === 0) { echo $this->translate('No users found matching the filter') . ''; return; } ?>
translate('Username'); ?> translate('State'); ?> translate('Created at'); ?> translate('Last modified'); ?>
escape($user->user_name); ?> is_active === null ? $this->translate('N/A') : ( $user->is_active ? $this->translate('Active') : $this->translate('Inactive') ); ?> created_at === null ? $this->translate('N/A') : date('d/m/Y g:i A', $user->created_at); ?> last_modified === null ? $this->translate('Never') : date('d/m/Y g:i A', $user->last_modified); ?>