data['nav']->render(); ?>
| = $this->getHtml('Due/Priority', 'Tasks', 'Backend'); ?> | = $this->getHtml('Title', 'Tasks', 'Backend'); ?> | = $this->getHtml('For', 'Tasks', 'Backend'); ?> |
| priority === TaskPriority::NONE) : ?> = SmartDateTime::formatDuration($task->due?->getTimestamp() - $task->createdAt?->getTimestamp()); ?> = $this->getHtml('P' . $task->priority, 'Tasks', 'Backend'); ?> | = $this->printHtml($task->title); ?> | taskElements); foreach ($element->accRelation as $rel): ?> = $this->printHtml( \sprintf('%3$s %2$s %1$s', $rel->relation->name1, $rel->relation->name2, $rel->relation->name3) ); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | ||