compact): ?> render('partials/service/objects-tinysummary.phtml') ?> render('partials/service/objects-header.phtml'); ?>

icon('reschedule') ?> translate('Commands') ?>

translate('No services matching the filter'); ?>

qlink( $this->translate('Reschedule the next check'), $rescheduleAllLink, null, array('icon' => 'reschedule') ); ?>
qlink( $this->translate('Schedule a downtime'), $downtimeAllLink, null, array('icon' => 'plug') ); ?>
qlink( $this->translate('Submit a passive check result'), $processCheckResultAllLink, null, array('icon' => 'reply') ); ?>
qlink( $this->translate('Add a comment'), $addCommentLink, null, array('icon' => 'comment') ); ?>

0): ?>

icon('attention-alt') ?> translatePlural( 'Unhandled Problem', 'Unhandled 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): ?>

icon('ok', $this->translate('Acknowledgements')) ?> translate('Acknowledgements') ?>

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

0 /*&& $auth->hasPermission('monitoring/command/comment/delete')*/): ?>

icon('plug', $this->translate('Downtimes')) ?> translate('Downtimes') ?>

translatePlural( '%u service currently in downtime.', '%u services currently in downtime.', $inDowntimeCount ), $inDowntimeCount) ?> qlink( $this->translate('List all'), $inDowntimeLink, null );?>

getComments()) ?> 0): ?>

icon('comment') ?>

translatePlural( 'There is %d comment.', 'There are %d comments.', $commentCount ), $commentCount); ?> qlink( $this->translate('List all'), $commentsLink, null ); ?>

fetchComments(); ?> comments as $comment): ?>
populate( array('comment_id' => $comment->id, 'redirect' => html_entity_decode($this->url)) ); $delCommentForm->setAction( $this->url( 'monitoring/service/delete-comment', array('host' => $service->getHost()->getName(), 'service' => $service->getName()) ) ); echo $delCommentForm; ?> (type) ?>): comment) ?>