source: asadb/template/groups/diffs/sao-update-mail.txt @ 435ceab

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 %}
2Hi 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
5In total, the following signatory updates by type have occurred:
6Added: {{signatory_type_counts.Added}}
7Expired: {{signatory_type_counts.Expired}}
8
9Thanks,
10ASA Database
11
12{% if signatories_message %}
13Signatories (types: {{signatory_types}}):
14{{signatories_message}}
15{% endif %}
16{% endautoescape %}
17{% if groups_message %}
18Groups:
19{{groups_message}}
20{% endif %}
Note: See TracBrowser for help on using the repository browser.