{literal} {/literal}

{i18n}Existing permissions{/i18n}

{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}Create a new permission{/i18n} {foreach item=oWidget from=$add_fields} {$oWidget->render()} {/foreach}
{ foreach item=oPerm from=$permissions } { if $oPerm->getBuiltIn() == true } { else } { /if } { /foreach }
{i18n}Permission{/i18n} {i18n}Display Name{/i18n} {i18n}Delete{/i18n}
{ $oPerm->getName() } { $oPerm->getHumanName() } {i18n}Built-in{/i18n} {i18n}Delete Permission{/i18n}
{if $context->sNameVal != ''} {/if} {if $context->sHumanNameVal != ''} {/if}