data['open']; echo $this->data['nav']->render(); ?>
| = $this->getHtml('Status'); ?>expand_lessexpand_more | = $this->getHtml('Due/Priority'); ?>expand_lessexpand_more | = $this->getHtml('Title'); ?>expand_lessexpand_more | = $this->getHtml('Tag'); ?> | = $this->getHtml('For'); ?>expand_lessexpand_more | = $this->getHtml('Created'); ?>expand_lessexpand_more | data['given'] as $key => $task) : ++$c; $url = UriFactory::build(empty($task->redirect) ? '{/base}/task/view?{?}&id=' . $task->id : ('{/app}/' . $task->redirect), ['$id' => $task->id] ); ?>|
| = $this->getHtml('S' . $task->status); ?> | priority === TaskPriority::NONE) : ?> = $this->printHtml($task->due->format('Y-m-d H:i')); ?> = $this->getHtml('P' . $task->priority); ?> | = ($this->data['task_media'][$task->id] ?? false) === true ? 'attachment' : ''; ?> | = \in_array($key, $this->data['unread']) ? '' : ''; ?>= $this->printHtml($task->title); ?>= \in_array($key, $this->data['unread']) ? '' : ''; ?> | tags as $tag) : ?> = empty($tag->icon) ? '' : ''; ?> = $this->printHtml($tag->getL11n()); ?> | getResponsible(); foreach ($responsibles as $responsible) : ?> = $this->printHtml($responsible->name1); ?> = $this->printHtml($responsible->name2); ?> | = $this->printHtml($task->createdAt->format('Y-m-d H:i')); ?> |
| = $this->getHtml('Empty', '0', '0'); ?> | ||||||