{include file="common/head.tpl.html" html5=true}
{$lang.csvimport_check_duplicate}
{help->link name="admin_csvduplicate" class="help-explorer"}
{foreach key=idx item=field from=$crmfields}
{if in_array($idx,$storage)} {html->checkbox name="$idx" value="1" selected=1 output=$field} {else} {html->checkbox name="$idx" value="1" selected=0 output=$field} {/if}
{/foreach}
{cssbutton->sub name="save" string=$lang.global_save} {cssbutton->click script="window.close()" string=$lang.global_close tabindex="2"}
{include file="common/foot.tpl.html"}