data['notification'] ?? []; ?>
| = $this->getHtml('Status', 'Tasks'); ?> | = $this->getHtml('Due/Priority', 'Tasks'); ?> | = $this->getHtml('Title', 'Tasks'); ?> | $notification) : ++$c; $url = UriFactory::build(empty($notification->redirect) ? '{/base}/notification/view?{?}&id=' . $notification->id : ($notification->redirect) ); ?>|||
| = $this->getHtml('S' . $notification->status, 'Tasks'); ?> | priority === TaskPriority::NONE) : ?> = $this->printHtml($notification->due->format('Y-m-d H:i')); ?> = $this->getHtml('P' . $notification->priority); ?> | = $this->printHtml($notification->title); ?> | |||
| = $this->getHtml('Empty', '0', '0'); ?> | |||||