start <= time() && ! $downtime->is_in_effect): ?> translate('Ends'); ?>

timeUntil($downtime->is_flexible ? $downtime->scheduled_end : $downtime->end, $this->compact) ?>

is_in_effect ? $this->translate('Expires') : $this->translate('Starts'); ?>

timeUntil($downtime->is_in_effect ? $downtime->end : $downtime->start, $this->compact) ?>

icon('service', $this->translate('Service')); ?> qlink( $this->escape($downtime->host_display_name) . ': ' . $this->escape($downtime->service_display_name), 'monitoring/downtime/show', array('downtime_id' => $downtime->id), array( 'title' => sprintf( $this->translate('Show detailed information for this downtime scheduled for service %s on host %s'), $downtime->service_display_name, $downtime->host_display_name ), 'class' => 'rowaction' ) ); ?> icon('host', $this->translate('host')); ?> qlink( $this->escape($downtime->host_display_name), 'monitoring/downtime/show', array('downtime_id' => $downtime->id), array( 'title' => sprintf( $this->translate('Show detailed information for this downtime scheduled for host %s'), $downtime->host_display_name ), 'class' => 'rowaction' ) ); ?> translate('by') ?> escape($downtime->author_name) ?> is_flexible): ?> icon('magic', $this->translate('This downtime is flexible')); ?> is_in_effect): ?> icon('plug', $this->translate('This downtime is in effect')); ?> populate( array( 'downtime_id' => $downtime->id, 'downtime_is_service' => isset($downtime->service_description) ) ); echo $delDowntimeForm; ?>

escape($downtime->comment) ?>