server/resources/message_templates/build_problems_muted.ftl (9 lines of code) (raw):
<#-- 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 message>Build problem muted <@mute.inScope scopeBean/> by ${mutingUser}:
${buildProblems?first}
<@mute.comment muteInfo/>
<@mute.unmute unmuteModeBean/>
${link.mutedProblemsLink}
</#global>