= $this->getData('editor')->render('task-edit'); ?>
= $this->getData('editor')->getData('text')->render(
'task-edit',
'plain',
'taskElementEdit',
'', '',
'/content', '/content'
); ?>
= $this->getHtml('S' . $task->getStatus()) ?>
getPriority() === TaskPriority::NONE) : ?>
= $this->getHtml('Due') ?>: = $this->printHtml($task->getDue()->format('Y/m/d H:i')); ?>
= $this->getHtml('Priority') ?>: = $this->getHtml('P' . $task->getPriority()) ?>
= $this->getHtml('Created') ?> - = $this->printHtml($task->getCreatedAt()->format('Y/m/d H:i')); ?>
= $task->getDescription(); ?>
= $this->getHtml('By') ?> = $this->printHtml($task->getCreatedBy()->getName1()); ?>