#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html --> <#import "common.ftl" as common> <#import "mute.ftl" as mute> <#global subject>[<@common.subjMarker/>, MUTE] <@mute.testInfo tests/> muted <@mute.inScope scopeBean/>#global> <#global body>The following tests are muted <@mute.inScope scopeBean/>: <#list tests as test> ${test.name} #list> User: ${muteInfo.mutingUser.descriptiveName} <@mute.comment muteInfo/> <@mute.unmute unmuteModeBean 'test'/> ${link.mutedProblemsLink} <@common.footer/>#global> <#global bodyHtml>