<#-- 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 body>The following tests are muted <@mute.inScope scopeBean/>: <#list tests as test> ${test.name} User: ${muteInfo.mutingUser.descriptiveName} <@mute.comment muteInfo/> <@mute.unmute unmuteModeBean 'test'/> ${link.mutedProblemsLink} <@common.footer/> <#global bodyHtml>
The following tests are muted <@mute.inScope scopeBean/>:
User: ${muteInfo.mutingUser.descriptiveName?html}
<@mute.comment muteInfo/>
<@mute.unmute unmuteModeBean 'test'/>
More information on muted problems page.
<@common.footerHtml/>