{i18n}Checked Out Documents{/i18n}

{i18n}It may be necessary to override the checked-out status of a document if{/i18n}:

{i18n}Use the force checkin action in the listing below to override the checked-out status.{/i18n}

{if (count($documents) !== 0)} {foreach item=oDocument from=$documents} {/foreach}
{i18n}Document{/i18n} {i18n}Checked out by{/i18n} {i18n}Location{/i18n}  
{$oDocument->getName()} {assign var=iUserId value=$oDocument->getCheckedOutUserId()}{php}$oUser = User::get($this->_tpl_vars['iUserId']); if (!PEAR::isError($oUser)) { print $oUser->getName(); } else { print _kt("N/A"); }{/php} {$oDocument->getDisplayPath()} {i18n}force checkin{/i18n}
{else}
{i18n}No documents are currently checked out.{/i18n}
{/if}