'.$l->t('Documentation').'
');
if(empty($_['list'])) {
echo('No Impress files are found in your ownCloud. Please upload a .impress file.
');
}else{
echo('');
foreach($_['list'] as $entry) {
echo(' | '.$entry['name'].' | '.\OCP\Util::formatDate($entry['mtime']).' | '.\OCP\Util::humanFileSize($entry['size']).' |
');
}
echo('
');
}