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