summaryrefslogtreecommitdiffstats
path: root/template/en/default/email/bugmail-common.txt.tmpl
blob: 2b56c68af01b6dcac53ba0e615edf811389024c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]
  
[% PROCESS "global/field-descs.none.tmpl" %]

[% field_label = field_descs.${change.field_name} %]
[% old_value = display_value(change.field_name, change.old) %]
[% new_value = display_value(change.field_name, change.new) %]

[% IF change.field_name == "estimated_time" || change.field_name == "remaining_time" %]
  [% old_value = old_value FILTER format('%.2f') %]
  [% new_value = new_value FILTER format('%.2f') %]
[% END %]

[% IF change.attach_id %]
  [% field_label = field_label.replace('^(Attachment )?', "Attachment #${change.attach_id} ") %]
[% END %]

[% IF change.field_name == 'longdescs.isprivate' %]
  [% field_label = field_label.replace('^(Comment )?', "Comment #${change.num} ") %]
[% END %]