{{$v.title}}
{{if !empty($v.msg)}}
{{if empty($v['submit_text'])}}{{if empty($data[$v['type']]) and empty($v['msg'])}}{{:MyLang('bind_title')}}{{else /}}{{:MyLang('modify_title')}}{{/if}}{{else /}}{{$v.submit_text}}{{/if}}
{{$v.msg}}
{{/if}} {{if empty($data[$v['type']]) and !empty($v['tips'])}} {{if !empty($v['no_msg'])}} {{$v.no_msg}} {{/if}} {{else /}} {{if !empty($v['ok_msg']) and !empty($data[$v['type']])}} {{:str_replace('#accounts#', $data[$v['type']], $v['ok_msg'])}} {{/if}} {{/if}} {{if !empty($v['tips'])}}{{$v.tips}}
{{/if}}