<{$lang.room_import_confirm_message1|smarty:nodefaults|sprintf:$action.page.page_name}>
<{foreach item=num key=auth_name from=$action.added_auth_member_num}>
<{if $num!=0}>
<{$lang.room_import_confirm_change_count|sprintf:$num:$auth_name}>
<{/if}>
<{/foreach}>
<{if $action.deleted_auth_member_num > 0}>
<{$lang.room_import_confirm_change_count|sprintf:$action.deleted_auth_member_num:$lang.room_not_entry}>
<{/if}>
<{$lang.room_import_confirm_message2|smarty:nodefaults}>
<{foreach item=num key=auth_name from=$action.total_auth_member_num}>
<{if $num!=0}>
<{$auth_name}> |
<{$num}> |
<{/if}>
<{/foreach}>
<{if count($action.warnMsg)>0 && $action.warnMsg.0!=''}>
<{$lang.room_import_confirm_warnMsg|smarty:nodefaults}>
<{foreach item=handle from=$action.warnMsg}>
<{$handle}>
<{/foreach}>
<{/if}>
<{* 閉じる *}>
<{include file="room_script.html"}>
<{/strip}>