isEmpty()): ?>

isEmpty()): ?> getCollection() as $task): ?>
order(t('Id'), 'tasks.id') ?> order(t('Project'), 'projects.name') ?> order(t('Column'), 'tasks.column_id') ?> order(t('Title'), 'tasks.title') ?> order(t('Assignee'), 'users.username') ?> order(t('Start date'), 'tasks.date_started') ?> order(t('Due date'), 'tasks.date_due') ?>
url->link('#'.$this->text->e($task['id']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> url->link($this->text->e($task['project_name']), 'BoardViewController', 'show', array('project_id' => $task['project_id'])) ?> text->e($task['column_name']) ?> url->link($this->text->e($task['title']), 'TaskViewController', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id']), false, '', t('View this task')) ?> text->e($task['assignee_name'] ?: $task['assignee_username']) ?> dt->date($task['date_started']) ?> dt->date($task['date_due']) ?>