= $this->tabs ?>
    
        = $intervalBox; ?>
    
    = $this->widget('limiter') ?>
    = $this->paginationControl($notifications, null, null, array('preserve' => $this->preserve)) ?>
    = $this->translate('Alert summary'); ?>
    
        
            = $this->translate('Notifications and problems'); ?>
            
                = $defectChart->render(); ?>
            
         
        
            = $this->translate('Time to reaction (Ack, Recover)'); ?>
            
                = $healingChart->render(); ?>
            
         
     
    = $this->translate('Trend'); ?>
    
        
            = $this->translate('Average') ?>
            = $this->perf->avg; ?>
            = $this->translate('notifications per hour'); ?>,
            = $this->perf->last; ?>
            = $this->translate('in the last hour'); ?>.
            = $this->translate('Trend for the last 24h'); ?>
            (= $this->trend->percent; ?>%
            = $this->translate($this->trend->trend); ?>)
            
                trend->trend === 'up'): ?>
                    = $this->icon('up-open'); ?>
                trend->trend === 'unchanged'): ?>
                    = $this->icon('right-open'); ?>
                
                    = $this->icon('down-open'); ?>
                
            
        
     
    recentAlerts): ?>
        
= $this->translate('Top 5 recent alerts'); ?>
        
            
                = $this->partial('list/notifications.phtml', array(
                    'notifications' => $this->recentAlerts,
                    'compact'       => true,
                    'inline'        => true
                )); ?>
            
         
    
    = $this->translate('History'); ?>
    
        
            = $this->partial('list/notifications.phtml', array(
                'notifications' => $this->notifications,
                'compact'       => true,
                'inline'        => true
            )); ?>