{extends file="admin-layout.tpl"} {block name="no-return-functions"} {$admin_current_location = 'configuration'} {/block} {block name="page-title"}{intl l='Administration profiles'}{/block} {block name="check-resource"}admin.configuration.profile{/block} {block name="check-access"}view{/block} {block name="main-content"}
{intl l="Code"} | {intl l="Name"} | {intl l="Description"} | {hook name="profile.table-header"}{intl l="Actions"} |
---|---|---|---|
{if $can_change} {$CODE} {else} {$CODE} {/if} | {if $can_change} {$TITLE} {else} {$TITLE} {/if} | {$DESCRIPTION} | {hook name="profile.table-row" profile_id=$ID}|
{intl l="No administration profile defined yet. Click the + button to create one."}
|