compact): ?> tabs; ?> render('partials/downtime/downtime-header.phtml'); ?>

translate('Downtime detail information') ?>

downtime->is_flexible): ?>
isService ? $this->translate('Service') : $this->translate('Host') ?> isService): ?> link()->service( $downtime->service_description, $downtime->service_display_name, $downtime->host_name, $downtime->host_display_name ); $icon = $this->icon('service', $this->translate('Service')); ?> icon('host', $this->translate('Host')); $link = $this->link()->host($downtime->host_name, $downtime->host_display_name) ?>
translate('Author') ?> icon('user', $this->translate('User')) ?> escape($this->downtime->author_name) ?>
translate('Comment') ?> icon('comment', $this->translate('Comment')) ?> escape($this->downtime->comment) ?>
translate('Entry Time') ?> escape($this->downtime->entry_time)) ?>
escape( $this->downtime->is_flexible ? $this->translate('Flexible') : $this->translate('Fixed') ); ?> escape( $this->downtime->is_flexible ? $this->translate('Flexible downtimes have a hard start and end time,' . ' but also an additional restriction on the duration in which ' . ' the host or service may actually be down.') : $this->translate('Fixed downtimes have a static start and end time.') ); ?>
translate('Scheduled start') ?> downtime->scheduled_start) ?>
translate('Scheduled end') ?> downtime->scheduled_end) ?>
translate('Duration') ?> format()->duration($this->escape($this->downtime->duration)); ?>
translate('Actual start time') ?> start); ?>
translate('Actual end time') ?> end); ?>
translate('In effect') ?> escape( $this->downtime->is_in_effect ? $this->translate('Yes') : $this->translate('No') ); ?>
translate('Commands') ?>