{* * @Module Name: Leo Bootstrap Menu * @Website: leotheme.com.com - prestashop template provider * @author Leotheme * @copyright Leotheme *} {if $widget_selected} {$form}{* HTML form , no escape necessary *} {else}
{if $is_using_managewidget}

{l s='Only for Module leomanagewidgets' mod='leobootstrapmenu'}

{foreach $types as $widget => $text} {if $text.for == 'manage'}

{$text.label|escape:'html':'UTF-8'}

{$text.explain}{* HTML form , no escape necessary *}

{/if} {/foreach}
{/if}
{*

{l s='For all module (leomanagewidget,leomenubootstrap, leomenusidebar)' mod='leobootstrapmenu'}

*} {foreach $types as $widget => $text} {if $text.for != 'manage'}

{$text.label|escape:'html':'UTF-8'}

{$text.explain}{* HTML form , no escape necessary *}

{/if} {/foreach}
{/if}