data['card']; $isNew = $card->id === 0; $editPossible = $card->createdBy->id === $this->request->header->account; ?>
getHtml('Back'); ?>
printHtml($card->name); ?>
data-tpl-value="/description" data-value="printHtml($card->descriptionRaw))); ?>">description; ?>
files; foreach ($files as $file) : ?> name; ?>
commentList; if ($this->data['commentPermissions']['write'] && $commentList?->status === CommentListStatus::ACTIVE ) : echo $this->getData('commentCreate')->render(1); endif; if ($this->data['commentPermissions']['list_modify'] || ($this->data['commentPermissions']['list_read'] && $commentList->status !== CommentListStatus::INACTIVE) ) : echo $this->getData('commentList')->render($commentList); endif;