{i18n}Deleting a document marks it as no longer being displayed. The document management system does not remove the document entirely, and it can be restored at a later stage.{/i18n}

{assign var=iDocumentId value=$context->oDocument->getId()} {capture assign=link} {"viewDocument"|generateControllerUrl:"fDocumentId=$iDocumentId"} {/capture}

{i18n arg_link=$link}If you do not intend to delete this document, you should cancel the deletion.{/i18n}

{i18n}Delete{/i18n} {foreach from=$delete_fields item=oWidget } {$oWidget->render()} {/foreach}