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