getData('boards') ?? []; $previous = empty($boards) ? '{/prefix}kanban/archive' : '{/prefix}kanban/archive?{?}&id=' . \reset($boards)->getId() . '&ptype=p'; $next = empty($boards) ? '{/prefix}kanban/archive' : '{/prefix}kanban/archive?{?}&id=' . \end($boards)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Status'); ?> | = $this->getHtml('Title'); ?> | = $this->getHtml('Date'); ?> |
| = $this->getHtml(':bStatus' . $board->getStatus()); ?> | = $this->printHtml($board->name); ?> | = $this->printHtml($board->createdAt->format('Y-m-d')); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | ||