if ($file_info_template instanceof Flexi\Template) : ?>
= $file_info_template->render() ?>
endif ?>
=_('Pfad')?>
foreach (array_values($fullpath) as $i => $one_folder) : ?>
if ($i): ?>/ endif; ?>
= htmlReady($one_folder->name) ?>
endforeach; ?>
if ($file->getDescription()) : ?>
= _('Beschreibung') ?>
= htmlReady($file->getDescription() ?: _('Keine Beschreibung vorhanden.'), true, true) ?>
endif ?>
= Feedback::getHTML($file->getId(), 'FileRef') ?>