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