summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/groups/email/idle-member-removal.html.tmpl
blob: 1d4f63698534a0bef88fac115512234b99612a6b (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
[%# 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/variables.none.tmpl %]

<!doctype html>
<html>

<head>
  <title>[[% terms.Bugzilla %]] Ilde Group Member Removal Notification</title>
</head>

<body bgcolor="#ffffff">

<h3>Idle Group Member Removal Notification</h3>

<p> This email is to notify you, as the group owner for the <strong>[% group.name FILTER html %]</strong>
group, that the following accounts are no longer members of the group. Accounts who have not logged
in to [% terms.Bugzilla %] in <strong>[% group.idle_member_removal FILTER html %]</strong> days are
automatically removed.</p>

<ul>
[% FOREACH user = users %]
  <li>[% user.identity FILTER html %]</li>
[% END %]
</ul>

<div style="font-size: 90%; color: #666666">
  <hr style="border: 1px dashed #969696">
  <b>You are receiving this mail because:</b>
  <ul>
    <li>You are a group owner.</li>
  </ul>
</div>
@@body-headers@@
</body>
</html>