render('partials/service/objects-header.phtml'); ?>
translate('No services matching the filter'); ?>

translatePlural('%u Service', '%u Services', $serviceCount), $serviceCount); ?>

qlink( sprintf($this->translate('List all %u services'), $serviceCount), $listAllLink ); ?>
qlink( sprintf($this->translate('Reschedule the next check for all %u services'), $serviceCount), $rescheduleAllLink, null, array('icon' => 'reschedule') ); ?>
qlink( sprintf($this->translate('Schedule a downtime for all %u services'), $serviceCount), $downtimeAllLink, null, array('icon' => 'plug') ); ?>
qlink( sprintf($this->translate('Submit a passive check result for all %u services'), $serviceCount), $processCheckResultAllLink, null, array('icon' => 'reply') ); ?>
hasPermission('monitoring/command/send-custom-notification')): ?>
qlink( sprintf($this->translate('Send a custom notification for all %u services'), $serviceCount), $sendCustomNotificationLink, null, array('icon' => 'comment') ); ?>
0): ?>

translatePlural( '%u Unhandled Service Problem', '%u Unhandled Service Problems', $unhandledCount ), $unhandledCount ); ?>

qlink( sprintf( $this->translatePlural( 'Schedule a downtime for %u unhandled service problem', 'Schedule a downtime for %u unhandled service problems', $unhandledCount ), $unhandledCount ), $downtimeUnhandledLink, null, array('icon' => 'plug') ); ?>
qlink( sprintf( $this->translatePlural( 'Acknowledge %u unhandled service problem', 'Acknowledge %u unhandled service problems', $unhandledCount ), $unhandledCount ), $acknowledgeUnhandledLink, null, array('icon' => 'ok') ); ?>
0): ?>

translatePlural( '%u Acknowledged Service Problem', '%u Acknowledged Service Problems', $acknowledgedCount ), $acknowledgedCount ); ?>

0): ?>

qlink( sprintf( $this->translatePlural( 'List %u service currently in downtime', 'List %u services currently in downtime', $inDowntimeCount ), $inDowntimeCount ), $inDowntimeLink, null, array('icon' => 'plug') ); ?>

getComments())) > 0): ?>

qlink( sprintf( $this->translatePlural( 'List %u service comment', 'List %u service comments', $commentCount ), $commentCount ), $commentsLink, null, array('icon' => 'comment') ); ?>