protected function output() {
		$table = new MessageTable( $this->collection, $this->group );
		$table->appendEditLinkParams( 'loadtask', $this->getId() );
		$table->setReviewMode();
		return $table->fullTable();
	}