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

translate('Comment detail information') ?>

comment->objecttype === 'service'): ?>
translate('Service') ?> icon('service', $this->translate('Service')); ?> link()->service( $this->comment->service_description, $this->comment->service_display_name, $this->comment->host_name, $this->comment->host_display_name ); ?> translate('Host') ?> icon('host', $this->translate('Host')); ?> link()->host( $this->comment->host_name, $this->comment->host_display_name ); ?>
translate('Author') ?> icon('user', $this->translate('User')) ?> escape($this->comment->author) ?>
translate('Persistent') ?> escape($this->comment->persistent) ? $this->translate('Yes') : $this->translate('No') ?>
translate('Created') ?> escape($this->comment->timestamp)) ?>
translate('Expires') ?> comment->expiration ? sprintf( $this->translate('This comment expires on %s at %s.'), date('d.m.y', $this->comment->expiration), date('H:i', $this->comment->expiration) ) : $this->translate('This comment does not expire.'); ?>
translate('Commands') ?>