= t('Do you really want to remove this user: "%s"?', $user['name'] ?: $user['username']) ?>
= $this->a(t('Yes'), 'user', 'remove', array('user_id' => $user['id'], 'confirmation' => 'yes'), true, 'btn btn-red') ?>
= t('or') ?>
= $this->a(t('cancel'), 'user', 'show', array('user_id' => $user['id'])) ?>