get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}Resolved permissions per user{/i18n}:
{$context->oDocument->getName()}

{i18n}This page shows the permissions that individual users have on this document. Only the users which have permissions assigned are shown.{/i18n}

{i18n}Users may have permissions on this document due to membership of a group, or fulfilling a specific role on this document.{/i18n}

{if (empty($users)) }
{i18n}No users have permissions on this item.{/i18n}
{else} { foreach item=oPerm from=$permissions } { /foreach } { foreach item=oUser from=$users } { assign var=iUserId value=$oUser->getId() } { foreach item=oPerm from=$permissions } { assign var=iPermId value=$oPerm->getId() } { assign var=bHasPerm value=$aMapPermissionUser[$iPermId][$iUserId] } { if $bHasPerm } { else } { /if } { /foreach } { /foreach }
{i18n}User{/i18n}{$oPerm->getHumanName()}{assign var=iPermId value=$oPerm->getId()} {if ($workflow_controls.$iPermId)}
(workflow controlled){/if} {if ($conditions_control.$iPermId)}
(condition affected){/if}
{i18n}User: {/i18n} {$oUser->getName()}{i18n}Allowed{/i18n}{i18n}Denied{/i18n}
{ /if }