data['board']; /** @var \Modules\Kanban\Models\KanbanColumn[] $columns */ $columns = $board->getColumns(); ?>
getCards(); ?>
printHtml($column->name); ?>
id); ?>
printHtml($card->name); ?> commentList->comments); ?>
description; ?>
tags as $tag) : ?> icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?>