projectRole->canCreateTaskInColumn($column['project_id'], $column['id'])): ?>
= $this->modal->largeIcon('plus', t('Add a new task'), 'TaskCreationController', 'show', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id'])) ?>
1 && ! empty($column['column_nb_tasks'])): ?>
(= $column['column_nb_tasks'] ?>)
= $this->text->e($column['title']) ?>
-
= t('Hide this column') ?>
projectRole->canCreateTaskInColumn($column['project_id'], $column['id'])): ?>
-
= $this->modal->medium('align-justify', t('Create tasks in bulk'), 'TaskBulkController', 'show', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id'])) ?>
0 && $this->projectRole->canChangeTaskStatusInColumn($column['project_id'], $column['id'])): ?>
-
= $this->modal->confirm('close', t('Close all tasks of this column'), 'BoardPopoverController', 'confirmCloseColumnTasks', array('project_id' => $column['project_id'], 'column_id' => $column['id'], 'swimlane_id' => $swimlane['id'])) ?>
= $this->hook->render('template:board:column:dropdown', array('swimlane' => $swimlane, 'column' => $column)) ?>
1 && ! empty($column['column_score'])): ?>
(= $column['column_score'] ?>)
= $column['score'] ?>
(= $column['nb_tasks'] ?>/= $this->text->e($column['task_limit']) ?>)
(= $column['nb_tasks'] ?>)
= $this->hook->render('template:board:column:header', array('swimlane' => $swimlane, 'column' => $column)) ?>