data['board']; /** @var \Modules\Kanban\Models\KanbanColumn[] $columns */ $columns = $board->getColumns(); $columnCount = \count($columns); $layout = \max(4, $columnCount); ?>
getCards(); ?>
printHtml($column->name); ?>
id); ?>
printHtml($card->name); ?>
getCommentCount(); ?>
description; ?>
getTags(); foreach ($tags as $tag) : ?> icon) ? '' : ''; ?>printHtml($tag->getL11n()); ?>