case 'account_alerts_extra':
$xfAlertModel = XenForo_Model::create('XenForo_Model_Alert');
$viewParams = array(
'alertOptOuts' => $xfAlertModel->getAlertOptOuts(null, true)
);
$contents .= $template->create('lnblog_alert_preferences', $viewParams);
break;