{lbl_shp_shipping_types} » {'shp_add_shipping_method'|translate|replace:'%STEP_NUMBER%':$step_num}

{if $step eq 'module'}

{lbl_shp_modules_list_title}

{foreach from=$modules item=_module key=_key name=_fe} {/foreach}
{if $_module->default_logo}{else} {/if}
{$_module->description}

{/if} {if $step eq 'settings'} {$MessageBlock}
{if $settings} {section name=i loop=$settings} {if $controls[i] ne -1} {/if} {/section} {/if}
{'enabled'|translate}
{"str_name"|translate}: {html_text name="Name" values=$data style="width:250px;"}
{"str_description"|translate}:
{html_textarea rows="2" cols="30" name="description" values=$data style="width:510px;"}
{"shp_email_comments_text"|translate}:
{html_textarea rows="2" cols="30" name="email_comments_text" values=$data style="width:510px;"}
{"str_logo"|translate}: {if $data.logo}
{/if}

{'shp_module_settings'|translate|replace:'%MODULE_NAME%':$moduleEntry->title} {if $moduleEntry->description}

{$moduleEntry->description}

{/if}
{$settings[i].settings_title}:
{$settings[i].settings_description}
{$controls[i]}
{/if}