{$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Base.js')} {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/Iter.js')} {$context->oPage->requireJSResource('thirdpartyjs/MochiKit/DOM.js')} {$context->oPage->requireJSResource('resources/js/toggleselect.js')}

{i18n}Deleted Documents{/i18n}

{i18n}Documents which are deleted by users are hidden from view but still available for restoration. Since "soft deletes" consume system resources, it is possible to expunge these documents. Alternatively, you can restore them as necessary.{/i18n}

{if (!empty($documents))}
{* *} {foreach item=oDoc from=$documents} {* *} {/foreach}
{i18n}Document Name{/i18n}{i18n}Document Path{/i18n}{i18n}Last Modification{/i18n} {i18n}Deletion Comment{/i18n}
{$oDoc->getName()}{getCrumbStringForDocument document=$oDoc}{$oDoc->getLastModifiedDate()} {$oDoc->getLastDeletionComment()}
{else}

{i18n}No documents are marked as deleted.{/i18n}

{/if}