data['card']; ?>
getHtml('Back'); ?>
printHtml($card->name); ?>
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;