isEmpty()): ?>

getCollection() as $user): ?>
order(t('Id'), 'id') ?> order(t('Username'), 'username') ?> order(t('Name'), 'name') ?> order(t('Email'), 'email') ?> order(t('Administrator'), 'is_admin') ?> order(t('Two factor authentication'), 'twofactor_activated') ?> order(t('Default project'), 'default_project_id') ?> order(t('Notifications'), 'notifications_enabled') ?> order(t('Account type'), 'is_ldap_user') ?>
a('#'.$user['id'], 'user', 'show', array('user_id' => $user['id'])) ?> a($this->e($user['username']), 'user', 'show', array('user_id' => $user['id'])) ?> e($user['name']) ?> e($user['email']) ?> e($projects[$user['default_project_id']]) : t('None'); ?>