| = $this->getHtml('Name') ?> | = $this->printHtml($risk->getName()); ?>
|
| = $this->getHtml('Description') ?> | = $this->printHtml($risk->getDescription()); ?>
|
| = $this->getHtml('Unit') ?> | = $this->printHtml($risk->getUnit()->getName()); ?>
|
| = $this->getHtml('Category') ?> | = $this->printHtml($risk->getCategory()->getTitle()); ?>
|
| = $this->getHtml('Department') ?> | = $this->printHtml($risk->getDepartment()->getDepartment()->getName()); ?>
|
| = $this->getHtml('Process') ?> | = $this->printHtml($risk->getProcess()->getTitle()); ?>
|
| = $this->getHtml('Project') ?> | = $this->printHtml($risk->getProject()->getProject()->getName()); ?>
|