getData('media'); echo $this->getData('nav')->render(); ?>

printHtml($media->getName()); ?>

NameprintHtml($media->getName()); ?>
SizeprintHtml($media->getSize()); ?>
Created atprintHtml($media->getCreatedAt()->format('Y-m-d')); ?>
Created byprintHtml($media->getCreatedBy()->getName1()); ?>
DescriptionprintHtml($media->getDescription()); ?>
getExtension()) === \phpOMS\System\File\ExtensionType::IMAGE) : ?>
getExtension() === 'collection') : ?>
                    getPath());
                    $output = str_replace(["\r\n", "\r"], "\n", $output);
                    $output = explode("\n", $output);
                    foreach($output as $line) : ?>printHtml($line); ?>