check_source !== null): ?> translate('Check Source') ?> escape($object->check_source) ?> is_reachable !== null): ?> translate('Reachable') ?> is_reachable) { echo $this->icon('circle', $this->translate('Is reachable'), array('class' => 'fg-color-ok')); } else { echo $this->icon('circle', $this->translate('Not reachable'), array('class' => 'fg-color-critical')); } ?>