{i18n}Confirm De-archival{/i18n}

{i18n}Note{/i18n}: {i18n}please confirm that you want to restore these documents from an archived state.{/i18n}
{if (!empty($documents))}
{foreach item=oDoc from=$documents} {/foreach}
{i18n}Document Name{/i18n} {i18n}Location{/i18n}
{$oDoc->getName()} {$oDoc->getDisplayPath()}
{else}
{i18n}No documents were selected.{/i18n}
{/if}