{i18n}Your Checked-out Documents{/i18n}

{i18n}Since a document which is checked out cannot be modified by anyone else, it is important to check them back in as soon as you have made the apppriate changes.{/i18n}

{if (!empty($documents))}
{foreach item=oDocument from=$documents}
{$oDocument->getName()} | {i18n}View Document{/i18n}
{/foreach} {else}

{i18n}You have no documents which are currently checked out.{/i18n}

{/if}