{literal} {/literal}
{i18n}Permissions are descriptors used to ascertain whether groups of users have access to certain functionality. The built-in permissions below facilitate the default functionality of the DMS and can't be changed. Plugin developers may choose to add additional permissions below that manage access to their plugins functionality.{/i18n}
| {i18n}Permission{/i18n} | {i18n}Display Name{/i18n} | {i18n}Delete{/i18n} | |
|---|---|---|---|
| { $oPerm->getName() } | { $oPerm->getHumanName() } | { if $oPerm->getBuiltIn() == true }{i18n}Built-in{/i18n} | { else }{i18n}Delete Permission{/i18n} | { /if }