isEmpty()): ?>

getCollection() as $user): ?>
order(t('Id'), 'id') ?> order(t('Username'), 'username') ?> order(t('Name'), 'name') ?> order(t('Email'), 'email') ?> order(t('Role'), 'role') ?> order(t('Two factor authentication'), 'twofactor_activated') ?> order(t('Notifications'), 'notifications_enabled') ?> order(t('Account type'), 'is_ldap_user') ?>
url->link('#'.$user['id'], 'user', 'show', array('user_id' => $user['id'])) ?> url->link($this->e($user['username']), 'user', 'show', array('user_id' => $user['id'])) ?> e($user['name']) ?> e($user['email']) ?> user->getRoleName($user['role']) ?>