= t('Your board doesn\'t have any columns!') ?>
= t('Column') ?> | = t('Task limit') ?> | = t('Visible on dashboard') ?> | = t('Open tasks') ?> | = t('Closed tasks') ?> |
---|---|---|---|---|
= $this->text->e($column['title']) ?> = $this->app->tooltipMarkdown($column['description']) ?> | = $column['task_limit'] ?: '∞' ?> | = $column['hide_in_dashboard'] == 0 ? t('Yes') : t('No') ?> | = $column['nb_open_tasks'] ?> | = $column['nb_closed_tasks'] ?> |