{i18n}A checked-out document may not be modified by others. Please ensure that you check-in your documents to the repository as soon as you have finished working with them.{/i18n}

{if (!empty($documents))}
{foreach item=oDocument from=$documents}
{$oDocument->getName()|sanitize} | {i18n}View Document{/i18n}
{/foreach} {else}
{i18n}You have no documents which are currently checked out.{/i18n}
{/if}