render('comment/show', array( 'comment' => $comment, 'task' => $task, 'project' => $project, 'editable' => $editable, 'is_public' => isset($is_public) && $is_public, )) ?> render('comment/create', array( 'skip_cancel' => true, 'values' => array( 'user_id' => $this->user->getId(), 'task_id' => $task['id'], ), 'errors' => array(), 'task' => $task, )) ?>