{* shipping modules managment*} {if $constant_managment}

{$smarty.const.STRING_TITLE_SHIPPING_MODULE_SETTING} : {$shipping_module->title}

<<{$smarty.const.STRING_SHIPPING_MODULES}

{if $settings} {section name=i loop=$settings} {if $controls[i] ne -1} {/if} {/section}
{$settings[i].settings_title} :
{$settings[i].settings_description}
{$controls[i]}

{else} < {$smarty.const.ADMIN_NO_SETTINGS} > {/if}
{else}

{$smarty.const.STRING_SHIPPING_MODULES}

{$smarty.const.STRING_SHIPPING_MODULES_DSCR}

{section name=i loop=$shipping_modules} {/section}
{$shipping_modules[i]->title} {$shipping_modules[i]->description} {if $shipping_modules[i]->ModuleType || !$shipping_modules[i]->is_installed()} {$smarty.const.STRING_MODULE_INSTALL} {/if}
{foreach from=$shipping_configs item=_shConfig} {assign var="InstalledModuleConfigs" value=1} {/foreach} {if !$InstalledModuleConfigs} {/if}
{$_shConfig.ConfigName} {$smarty.const.EDIT_BUTTON} {$smarty.const.DELETE_BUTTON}
{$smarty.const.ADMIN_NO_INSTALLED_MODULE_CONFS}
{/if}