summaryrefslogtreecommitdiffstats
path: root/extensions/RequestNagger/template/en/default/email/request_nagging-watching.txt.tmpl
blob: 39ca8d004ebd0fc3a21d3afa6d2e420bbd332d7c (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[%# 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" %]

The following is a list of people who you are watching that have outstanding
requests.

[% FOREACH login = requests.keys.sort %]
[% requestee = requests.$login.requestee %]
::
:: [% requestee.identity %]
:: [% FOREACH type = requests.$login.typelist %]
      [%- requests.$login.types.item(type).size %] [%+ type %]
      [% ", " UNLESS loop.last %]
   [% END %]
::

[% FOREACH type = requests.$login.typelist %]
:: [% type FILTER upper FILTER html %] requests

[% FOREACH request = requests.$login.types.$type %]
[[% terms.Bug %] [%+ request.bug.id %]] [% request.bug.short_desc %]
  [%+ request.flag.age %] from [% request.requester.identity %]
  [%+ urlbase %]show_bug.cgi?id=[% request.bug.id +%]
  [% IF request.flag.deferred %]
  Deferred until [%+ request.flag.deferred.ymd %]
  [% END %]

[% END %]
[% END %]

[% END %]

::

Change who you are watching
  [%+ urlbase %]userprefs.cgi?tab=request_nagging

--
You are receiving this mail because: you are watching someone with outstanding
requests.