data['nav']->render(); ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Status'); ?> | = $this->getHtml('Created'); ?> | = $this->getHtml('Creator'); ?> | = $this->getHtml('Costs'); ?> | = $this->getHtml('Elements'); ?> | ||||||
| = $value->id; ?> | = $this->getHtml(':SuggestionStatus-' . $value->status); ?> | = $value->createdAt->format('Y-m-d'); ?> | = $this->printHtml($this->renderUserName( '%3$s %2$s %1$s', [ $value->createdBy->name1, $value->createdBy->name2, $value->createdBy->name3, $value->createdBy->login ?? '', ]) ); ?> | = $value->getTotalCosts()->getAmount(); ?> | = \count($value->elements); ?> | ||||||
| = $this->getHtml('Empty', '0', '0'); ?> | |||||||||||