render('task/details', array('task' => $task, 'project' => $project)) ?>

a(t('Back to the board'), 'board', 'readonly', array('token' => $project['token'])) ?>

render('task/show_description', array( 'task' => $task, 'project' => $project, 'is_public' => true )) ?> render('subtask/show', array( 'task' => $task, 'subtasks' => $subtasks, 'not_editable' => true )) ?> render('task/comments', array( 'task' => $task, 'comments' => $comments, 'project' => $project, 'not_editable' => true, 'is_public' => true, )) ?>