<input type="radio" id="knob-clear" name="knob" value="clearresolution">
<label for="knob-clear">
Clear the resolution (remove the current resolution of
- <b>[% resolution_descs.${bug.resolution} FILTER html %]</b>)
+ <b>[% get_resolution(bug.resolution) FILTER html %]</b>)
</label>
<br>
[% knum = knum + 1 %]
<ul>
<li><b>It's Reproducible.</b> Engineers usually prefer to fix [% terms.bugs %]
they can actually see. If an engineer can't reproduce the [% terms.bug %],
- it'll probably be stamped "[% resolution_descs.WORKSFORME FILTER html %]" or
- "[% resolution_descs.INVALID FILTER html %]".<br>
+ it'll probably be stamped "[% get_resolution("WORKSFORME") FILTER html %]" or
+ "[% get_resolution("INVALID") FILTER html %]".<br>
<br>
</li>