= $this->task->selectTitle($values, $errors) ?>
= $this->task->selectDescription($values, $errors) ?>
= $this->task->selectTags($project) ?>
= $this->hook->render('template:task:form:first-column', array('values' => $values, 'errors' => $errors)) ?>
= $this->task->selectColor($values) ?>
= $this->task->selectAssignee($users_list, $values, $errors) ?>
= $this->task->selectCategory($categories_list, $values, $errors) ?>
= $this->task->selectSwimlane($swimlanes_list, $values, $errors) ?>
= $this->task->selectColumn($columns_list, $values, $errors) ?>
= $this->task->selectPriority($project, $values) ?>
= $this->hook->render('template:task:form:second-column', array('values' => $values, 'errors' => $errors)) ?>
= $this->task->selectDueDate($values, $errors) ?>
= $this->task->selectStartDate($values, $errors) ?>
= $this->task->selectTimeEstimated($values, $errors) ?>
= $this->task->selectTimeSpent($values, $errors) ?>
= $this->task->selectScore($values, $errors) ?>
= $this->task->selectReference($values, $errors) ?>
= $this->hook->render('template:task:form:third-column', array('values' => $values, 'errors' => $errors)) ?>
= $this->form->checkbox('another_task', t('Create another task'), 1, isset($values['another_task']) && $values['another_task'] == 1) ?>
= $this->form->checkbox('duplicate_multiple_projects', t('Duplicate to multiple projects'), 1) ?>
= $this->modal->submitButtons() ?>