%s'%(_named.replace('_',' '))
443 | body = ''
444 | # find same thing in multiple context
445 | if match.get('multi_context'):
446 | # remove duplicate
447 | no_dup = []
448 | for context in match.get('context'):
449 | if context not in no_dup:
450 | body += '
%s
'%(context)
451 | body = body.replace(
452 | context,'