render('task/details', array('task' => $task, 'project' => $project)) ?> render('task/time', array('values' => $values, 'date_format' => $date_format, 'date_formats' => $date_formats)) ?> render('task/show_description', array('task' => $task)) ?> render('subtask/show', array('task' => $task, 'subtasks' => $subtasks)) ?> render('task/timesheet', array('timesheet' => $timesheet)) ?> render('file/show', array('task' => $task, 'files' => $files)) ?> render('task/comments', array('task' => $task, 'comments' => $comments, 'project' => $project)) ?>