Deleted Documents

Documents which are deleted by users are hidden from view, but still available for restoration. Since this consumes system resources, it is possible to expunge these documents. Alternatively, you can restore them as necessary.

FIXME its probably very useful to add more information about the documents below - e.g. when was it deleted (last modified?)

FIXME Have a "select all" toggler here.

{if (!empty($documents))}
{foreach item=oDoc from=$documents} {/foreach}
  Document Name Location
{$oDoc->getName()} {$oDoc->getDisplayPath()}
{else}

No documents are marked as deleted.

{/if}