= $this->render('project_list/header', array('paginator' => $project_paginator)) ?>
getCollection() as $project): ?>
user->hasProjectAccess('ProjectViewController', 'show', $project['id'])): ?>
= $this->render('project/dropdown', array('project' => $project)) ?>
= '#'.$project['id'] ?>
= $this->url->link($this->text->e($project['name']), 'BoardViewController', 'show', array('project_id' => $project['id'])) ?>
= $column['nb_open_tasks'] ?>
= $this->text->e($column['title']) ?>
= $project_paginator ?>
= $this->render('task_list/header', array(
'paginator' => $result['paginator'],
)) ?>
getCollection() as $task): ?>
= $this->render('task_list/task_title', array(
'task' => $task,
'redirect' => 'dashboard',
)) ?>
= $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,
'user_id' => $user['id'],
)) ?>
= $this->hook->render('template:dashboard:task:footer', array('task' => $task)) ?>
= $result['paginator'] ?>
= $this->hook->render('template:dashboard:show', array('user' => $user)) ?>