{if isset($success_message)}

{$success_message}

{/if} {foreach from=$error_messages item=message}

{$message}

{/foreach}
{if $action == 'main'} {include file='overall_header.html'}

{$lang.PLAN_ADMIN_ICON}


{$lang.PLAN_UPLOAD_FOUR_LOGOS}






{$lang.PLAN_GROUP_ADMIN}

{$lang.PLAN_ADD_ICON_GROUP}
{foreach item=group from=$groups} {/foreach}
{$group.name} {if $group.name != 'ESIA'} {$lang.MODIF} {$lang.DELETE} {/if}

{$lang.PLAN_ICONS}

{include file="overall_footer.html"} {elseif $action == 'createGroup'} {include file='overall_adm_iframe.html'}
{elseif $action == 'updGroup'} {include file='overall_adm_iframe.html'}
{elseif $action == 'updIcon'} {include file='overall_adm_iframe.html'}
{/if}