isEmpty()): ?>

getCollection() as $subtask): ?>
order('Id', 'tasks.id') ?> order(t('Project'), 'project_name') ?> order(t('Task'), 'task_name') ?> order(t('Subtask'), 'title') ?>
render('task/dropdown', array('task' => array('id' => $subtask['task_id'], 'project_id' => $subtask['project_id']))) ?> url->link($this->text->e($subtask['project_name']), 'BoardViewController', 'show', array('project_id' => $subtask['project_id'])) ?> url->link($this->text->e($subtask['task_name']), 'TaskViewController', 'show', array('task_id' => $subtask['task_id'], 'project_id' => $subtask['project_id'])) ?> subtask->toggleStatus($subtask, $subtask['project_id']) ?> text->e($subtask['time_spent']).'h' ?> text->e($subtask['time_estimated']).'h' ?>