{strip} {$_active_type = ""} {$_inherited_group_text = '[`Access inherited from user groups.`] '} {$_not_inherited_group_text = '[`Access granted for the user individually.`] '}

{if $user} {$_userpic = $user->getPhoto(32)} {if !empty($_userpic)} {/if} {$user.name|escape} {else} {if !empty($group.icon)} {/if} {$group.name|escape} {/if}

{if !empty($app)} {if !empty($app.icon) && !empty($app.icon["48"])} {$app.name} {/if} {$app.name} {/if}

{foreach $access_levels as $type} {if !empty($type.is_active)} {$_active_type = $type.id} {/if} {$type.name|escape} {/foreach}
{* Limited access customization form *} {if empty($access_levels.limited.is_disabled)}
{$access_levels.limited.custom_html_form}
{/if}

[`The app icon will not be shown in the app menu.`]

[`Full admin access to the app and its data.`] {if $user} {if $access_levels['full']['is_group_inherited']} {$_inherited_group_text} {else} {$_not_inherited_group_text} {/if} {/if}

{/strip}