url->icon('sort', t('Change sorting'), 'CommentController', 'toggleSorting', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?> modal->medium('paper-plane', t('Send by email'), 'CommentMailController', 'create', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>
render('comment/show', array( 'comment' => $comment, 'task' => $task, 'project' => $project, 'editable' => $editable, 'is_public' => isset($is_public) && $is_public, )) ?> render('task_comments/create', array( 'values' => array( 'user_id' => $this->user->getId(), 'task_id' => $task['id'], 'project_id' => $task['project_id'], ), 'errors' => array(), 'task' => $task, )) ?>