{l s='Here you can define pairs of strings that the module will find and replace during the import.' mod='pshowimporter'}
{l s='Click green button below to add new replacement.' mod='pshowimporter'}
{assign var='replacementCounter' value=0}
{foreach from=$config['additional']['replacement'] item='r'}
{if $r['find'] == '' || $r['replace'] == ''}
{continue}
{/if}
{include file='./../helpers/replacement_line.tpl' nameKey='replacement['|cat:$replacementCounter|cat:']' r=$r}
{assign var='replacementCounter' value=($replacementCounter+1)}
{/foreach}