Checked Out Documents

If a checked-out document has been lost, or the user who checked a document out has not checked it back in, it may be necessary to override the "checked-out" status of a document. Use the force checkin action in the listing below to override the checked-out status.

{if (count($documents) !== 0)} {foreach item=oDocument from=$documents} {/foreach}
Document Location  
{$oDocument->getName()} {$oDocument->getDisplayPath()} force checkin
{else}

No documents are currently checked out.

{/if}