<{$smarty.const._MI_USER_ADMENU_USER_DATA_CSVUPLOAD}>
	
		- <{$smarty.const._AD_USER_TIPS1_DATA_UPLOAD}>
- <{$smarty.const._AD_USER_TIPS2_DATA_UPLOAD}>
- <{$smarty.const._AD_USER_TIPS3_DATA_UPLOAD}>
- <{$smarty.const._AD_USER_TIPS4_DATA_UPLOAD}>
- <{$smarty.const._AD_USER_TIPS5_DATA_UPLOAD}>
 
	<{$smarty.const._AD_USER_DATA_UPLOAD_CHECK_USER_CSVFILE}>
	<{if count($csv_data)>0}>
	
	
		| <{foreach from=$user_fields item=field}> | <{$field}><{/foreach}> | 
|---|
		<{foreach from=$csv_data item=d}>
		
			| <{if $d.update}>Update!<{elseif $d.is_new}>New!<{/if}><{foreach from=$d.value item=dd}> | class="update"<{/if}>><{$dd.var}><{/foreach}> | 
		<{/foreach}>
	
	<{/if}>