get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Document Details{/i18n}: {$context->oDocument->getName()|sanitize}
{if ($document->getIsCheckedOut() == 1)}
{capture assign=checkout_user}{$sCheckoutUser}{/capture}
{if ($isCheckoutUser)}
{i18n}This document is currently checked out by you. If this is incorrect, or you no longer need to make changes to it, please cancel the checkout.{/i18n}
{else}
{if ($canCheckin)}
{i18n arg_checkoutuser=$checkout_user}This document is currently checked out by #checkoutuser#, but you
have sufficient priviledges to cancel their checkout.{/i18n}
{else}
{i18n arg_checkoutuser=$checkout_user arg_appname="$appname"}This document is currently checked out by #checkoutuser#. You cannot make
changes until that user checks it in. If you have urgent modifications to make, please
contact your #appname# Administrator.{/i18n}
{/if}
{/if}
{/if}
{if ($document->getImmutable() == true)}
{i18n}This document is immutable. No further content changes can be
made to this document, and only administrators (in administration mode)
can make changes to the metadata or can move or delete it.{/i18n}
{if 1}
{i18n}If you require assistance from an administrator to perform one of
these tasks, use the Request Assistance action.{/i18n}
{/if}
{/if}
{foreach item=oFieldset from=$fieldsets}
{$oFieldset->render($document_data)}
{/foreach}
{if !empty($viewlet_data)}
{$viewlet_data}
{/if}