= $this->expandable( $this->translate('Check statistics'), '
' . $this->translate('Last check') . ' | ' . $this->format()->timeSince($object->last_check) . ' |
' . $this->translate('Next check') . ' | ' . $this->format()->timeUntil($object->next_check) . ' |
' . $this->translate('Check execution time') . ' | ' . $object->execution_time . ' |
' . $this->translate('Check latency') . ' | ' . $object->latency . ' |