= t('Do you really want to remove this user: "%s"?', $user['name'] ?: $user['username']) ?>
= $this->url->link(t('Yes'), 'UserStatus', 'remove', array('user_id' => $user['id']), true, 'btn btn-red') ?>
= t('or') ?>
= $this->url->link(t('cancel'), 'user', 'index', array(), false, 'close-popover') ?>