source: asadb/template/groups/diffs/list-update.txt

space-accessstablestage
Last change on this file was 14f594b, checked in by Alex Dehnert <adehnert@…>, 13 years ago

Rename list update email template (ASA-#179)

groups/diffs/asa-official-update.txt is a stupid name for something used with
finboard-groups-only and gsc-fb-, so rename it.

  • Property mode set to 100644
File size: 460 bytes
Line 
1{% autoescape off %}We tried to add the following {{add|length}} addresses to {{listname}}, and remove the following {{delete|length}} addresses.{%if errors%} Some errors occurred.{%endif%}
2
3Errors:
4{% if errors %}{{errors}}
5{% else %}No errors.
6{% endif %}
7
8Add:
9{% for email in add %}{{email}}
10{% endfor %}
11
12Delete:
13{% for email in delete %}{{email}}
14{% endfor %}
15
16Notes:
17{% for note in notes %}{{note}}
18{% empty %}No notes.
19{% endfor %}
20{% endautoescape %}
Note: See TracBrowser for help on using the repository browser.