url->link('#'.$task['id'], 'TaskViewController', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?> () render('board/task_avatar', array('task' => $task)) ?> hook->render('template:board:public:task:before-title', array('task' => $task)) ?>
url->link($this->text->e($task['title']), 'TaskViewController', 'readonly', array('task_id' => $task['id'], 'token' => $project['token'])) ?>
hook->render('template:board:public:task:after-title', array('task' => $task)) ?> render('board/task_footer', array( 'task' => $task, 'not_editable' => $not_editable, 'project' => $project, )) ?>