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/service/show', array( 'host' => $downtime->host_name, 'service' => $downtime->service_description ), 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 ) ) ); ?> icon('host', $this->translate('host')); ?> qlink( $this->escape($downtime->host_display_name), 'monitoring/host/show', array('host' => $downtime->host_name), array('downtime_id' => $downtime->id), array( 'title' => sprintf( $this->translate('Show detailed information for this downtime scheduled for host %s'), $downtime->host_display_name ) ) ); ?> 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) ?>