{i18n}This page shows the permissions that apply to this specific document. Where the folder view shows you information by role and group, this page shows the actual groups (and, if they are assigned directly to a role, the users) who have the different permissions. As a result, groups, users and roles with no permissions are not shown.{/i18n}
{if ((empty($roles) && empty($groups) && empty($users)))}{i18n}No roles or groups have been defined or have permissions.{/i18n}
| Remove | { /if }{i18n}Group{/i18n} | {i18n}Condition{/i18n} | {foreach from=$permissions item=oPerm}{$oPerm->sHumanName} | {/foreach}|
|---|---|---|---|---|
| {capture assign=sQS}action=removeDynamicCondition&fFolderId={$iFolderId}&fDynamicConditionId={$oDynamicCondition->getId()}{/capture} {i18n}Delete{/i18n} | {/if}{$oGroup->getName()} | {$oCondition->getName()} | {foreach from=$permissions item=oPerm} {assign var=bHasPerm value=$oPerm->getId()|in_array:$aPermissions} { if $bHasPerm }{i18n}Allowed{/i18n} | { else }{i18n}Denied{/i18n} | { /if } {/foreach}