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 | |
|---|
| 3 | Errors: |
|---|
| 4 | {% if errors %}{{errors}} |
|---|
| 5 | {% else %}No errors. |
|---|
| 6 | {% endif %} |
|---|
| 7 | |
|---|
| 8 | Add: |
|---|
| 9 | {% for email in add %}{{email}} |
|---|
| 10 | {% endfor %} |
|---|
| 11 | |
|---|
| 12 | Delete: |
|---|
| 13 | {% for email in delete %}{{email}} |
|---|
| 14 | {% endfor %} |
|---|
| 15 | |
|---|
| 16 | Notes: |
|---|
| 17 | {% for note in notes %}{{note}} |
|---|
| 18 | {% empty %}No notes. |
|---|
| 19 | {% endfor %} |
|---|
| 20 | {% endautoescape %} |
|---|
Note: See
TracBrowser
for help on using the repository browser.