= $this->render('subtask/menu', array(
'task' => $task,
'subtask' => $subtask,
)) ?>
= $this->subtask->renderToggleStatus($task, $subtask, true) ?>
= $this->subtask->renderTitle($subtask) ?>
|
= $this->text->e($subtask['name'] ?: $subtask['username']) ?>
|
= $this->hook->render('template:subtask:table:rows', array('subtask' => $subtask)) ?>
= $this->render('subtask/timer', array(
'task' => $task,
'subtask' => $subtask,
)) ?>
|