userSelector($this->translate('Click on a user to add them to the project.')); ?>
reviewers() as $reviewer) { $reviewers[] = $reviewer->user(); } } $deleteIcon = $this->hyperlink('', '#', ['class' => 'o-icon-delete', 'title' => $this->translate('Delete')]); $restoreIcon = $this->hyperlink('', '#', ['class' => 'o-icon-undo', 'style' => 'display: none;', 'title' => $this->translate('Restore')]); $template = <<