{i18n}Confirm Expunge{/i18n}

{i18n}Note{/i18n}: {i18n}please confirm that you want to delete these documents.{/i18n}
{if (!empty($documents))}
{foreach item=oDoc from=$documents} {/foreach}
{i18n}Document Name{/i18n}
{$oDoc->getName()|sanitize}
{else}
{i18n}No documents were selected.{/i18n}
{/if}