data['tickets']; echo $this->data['nav']->render(); ?>
| = $this->getHtml('Unassigned'); ?> | = $this->data['stats']['unassigned'] ?? 0; ?> |
|---|---|
| = $this->getHtml('Open'); ?> | = $this->data['stats']['open'] ?? 0; ?> |
| = $this->getHtml('InProgress'); ?> | = $this->data['stats']['inprogress'] ?? 0; ?> |
| = $this->getHtml('Closed'); ?> | = $this->data['stats']['closed'] ?? 0; ?> |
| = $this->getHtml('Total'); ?> | = $this->data['stats']['total'] ?? 0; ?> |