= $this->render('task_list/header', array(
'paginator' => $result['paginator'],
)) ?>
getCollection() as $task): ?>
= $this->render('task_list/task_title', array(
'task' => $task,
)) ?>
= $this->render('task_list/task_details', array(
'task' => $task,
)) ?>
= $this->render('task_list/task_avatars', array(
'task' => $task,
)) ?>
= $this->render('task_list/task_icons', array(
'task' => $task,
)) ?>
= $this->render('task_list/task_subtasks', array(
'task' => $task,
)) ?>
= $result['paginator'] ?>
= $this->hook->render('template:dashboard:show', array('user' => $user)) ?>