{template "header.html"}
{dr_form_hidden()}
{dr_lang('通知设置')}
{if !IS_OEM_CMS} {dr_lang('更多通知方式')} {/if}
{php $dr_notice_n = 0;} {loop $notice_config $ni $t}

{$t.name}

{php echo dr_count($t['value']);} {dr_lang('项')}
{loop $notice_type $tt} {/loop}
{loop $t.value $name $v}
{dr_lang($v.name)}
{loop $notice_type $nkey $tt} {/loop} {loop $notice_type $nkey $tt} {if $value[$name][$nkey] && !$v['file'][$nkey]} {/if} {/loop}
{/loop}
{php $dr_notice_n++;} {/loop}
{template "footer.html"}