Your Checked-out Documents

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.

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

You have no documents which are currently checked out.

{/if}