space-accessstablestagetest-hooks
Last change
on this file since 435ceab was
435ceab,
checked in by Alex Dehnert <adehnert@…>, 14 years ago
|
Add reporting of diffs to SAO
|
-
Property mode set to
100644
|
File size:
615 bytes
|
Line | |
---|
1 | {% autoescape off %} |
---|
2 | Hi SAO, |
---|
3 | The following {{num_signatory_records}} signatory updates (of types you care about) have occurred. In addition, since we're sending mail anyway, the following {{num_groups}} groups have updated their information recently. |
---|
4 | |
---|
5 | In total, the following signatory updates by type have occurred: |
---|
6 | Added: {{signatory_type_counts.Added}} |
---|
7 | Expired: {{signatory_type_counts.Expired}} |
---|
8 | |
---|
9 | Thanks, |
---|
10 | ASA Database |
---|
11 | |
---|
12 | {% if signatories_message %} |
---|
13 | Signatories (types: {{signatory_types}}): |
---|
14 | {{signatories_message}} |
---|
15 | {% endif %} |
---|
16 | {% endautoescape %} |
---|
17 | {% if groups_message %} |
---|
18 | Groups: |
---|
19 | {{groups_message}} |
---|
20 | {% endif %} |
---|
Note: See
TracBrowser
for help on using the repository browser.