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

  • text->e($task['reference']) ?>
  • text->e($task['score']) ?>
  • url->link(t('Public link'), 'task', 'readonly', array('task_id' => $task['id'], 'token' => $project['token']), false, '', '', true) ?>
  • url->link(t('Back to the board'), 'board', 'readonly', array('token' => $project['token'])) ?>
  • text->e($task['category_name']) ?>
  • text->e($task['swimlane_name']) ?>
  • text->e($task['column_title']) ?>
  • text->e($task['assignee_name'] ?: $task['assignee_username']) ?>
  • text->e($task['creator_name'] ?: $task['creator_username']) ?>
  • dt->date($task['date_due']) ?>
  • dt->datetime($task['date_creation']) ?>
  • dt->datetime($task['date_modification']) ?>
  • dt->datetime($task['date_completed']) ?>
  • dt->datetime($task['date_started']) ?>
  • dt->datetime($task['date_moved']) ?>
url->button('fa-play', t('Set start date'), 'taskmodification', 'start', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>