text->e($task['title']) ?>

hook->render('template:task:details:top', array('task' => $task)) ?>
  • task->renderReference($task) ?>
  • text->e($task['score']) ?>
  • url->icon('external-link', t('Public link'), 'TaskViewController', 'readonly', array('task_id' => $task['id'], 'token' => $project['token']), false, '', '', true) ?>
  • url->icon('th', t('Back to the board'), 'BoardViewController', 'readonly', array('token' => $project['token'])) ?>
  • hook->render('template:task:details:first-column', array('task' => $task)) ?>
  • text->e($task['category_name']) ?>
  • text->e($task['swimlane_name']) ?>
  • text->e($task['column_title']) ?>
  • hook->render('template:task:details:second-column', array('task' => $task)) ?>
  • text->e($task['assignee_name'] ?: $task['assignee_username']) ?>
  • text->e($task['creator_name'] ?: $task['creator_username']) ?>
  • hook->render('template:task:details:third-column', array('task' => $task)) ?>
  • dt->datetime($task['date_due']) ?>
  • dt->datetime($task['date_started']) ?>
  • dt->datetime($task['date_creation']) ?>
  • dt->datetime($task['date_modification']) ?>
  • dt->datetime($task['date_completed']) ?>
  • dt->datetime($task['date_moved']) ?>
  • hook->render('template:task:details:fourth-column', array('task' => $task)) ?>
  • text->e($tag) ?>
app->component('external-task-view', array( 'url' => $this->url->href('ExternalTaskViewController', 'show', array('project_id' => $task['project_id'], 'task_id' => $task['id'])), )) ?>
url->button('play', t('Set start date'), 'TaskModificationController', 'start', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
hook->render('template:task:details:bottom', array('task' => $task)) ?>