crusade-tracker/config/_notifications/email/multiple_test_responsibility_changed.ftl.dist

28 lines
877 B
Plaintext
Raw Permalink Normal View History

2021-01-18 20:27:50 +00:00
<#-- Uses FreeMarker template syntax, template guide can be found at http://freemarker.org/docs/dgui.html -->
<#import "common.ftl" as common>
<#import "responsibility.ftl" as resp>
<#assign subj><@resp.subject responsibility 'tests'/></#assign>
<#global subject>[<@common.subjMarker/>, INVESTIGATION] ${subj}</#global>
<#global body>${subj}.
<@common.test_list testNames/>
<@resp.removeMethod responsibility/>
<@resp.comment responsibility/>
${link.allResponsibilitiesLink}
<@common.footer/></#global>
<#global bodyHtml>
<div>
<div><@resp.subject responsibility 'tests failure'/>:</div>
<@common.test_list_html testNames/>
<div><@resp.removeMethod responsibility/></div>
<div><@resp.comment responsibility/></div>
<br>
<div>More information on <a href='${link.allResponsibilitiesLink}'>investigations page</a>.</div>
<@common.footerHtml/>
</div>
</#global>