datatracker/ietf/templates/mailinglists/nwg_wizard_done_email.txt
Bill Fenner 95a5093e53 Finish non-wg wizard logic: update database, send email.
Still need several templates (most notably deletion preview and
wizard_done)
 - Legacy-Id: 166
2007-05-24 21:05:51 +00:00

37 lines
1.7 KiB
Plaintext

The Secretariat has received a request to {% ifequal add_edit "edit" %}edit an existing entry on{% else %}{% ifequal add_edit "add" %}add a new entry to{% else %}delete an existing entry from{% endifequal %}{% endifequal %}
the "IETF Non-WG Mailing Lists" Web Page, https://datatracker.ietf.org/public/nwg_list.cgi
The details of the request are provided below.
Please approve or deny this request via the "IETF Non-WG Mailing List Approval Page,"
https://datatracker.ietf.org/cgi-bin/nwg_list_approve.cgi?id={{ list.id }}&old_id={% firstof old.id "0" %}
You can use the same user name and password that you use with the I-D Tracker.
-------------------------
{% if old %}
Current Entry:
Submitter's Name: {{ old.s_name }}
Submitter's Email Address: {{ old.s_email }}
List Name: {{ old.list_name }}
URL or Email Address of Mailing List: {{ old.list_url }}
URL to Subscribe: {{ old.subscribe_url }}
Other Info. to Subscribe: {{ old.subscribe_other }}
Administrator(s)' Email Address(es): {{ old.admin }}
Purpose: {{ old.purpose }}
Area: {{ old.area }}
Revised Entry:
{% endif %}
Submitter's Name: {% ifequal add_edit "delete" %}{{ list.ds_name }}{% else %}{{ list.s_name }}{% endifequal %}
Submitter's Email Address: {% ifequal add_edit "delete" %}{{ list.ds_name }}{% else %}{{ list.s_email }}{% endifequal %}
Mailing List Name: {{ list.list_name }}
URL or Email Address of Mailing List: {{ list.list_url }}
URL to Subscribe: {{ list.subscribe_url }}
Other Info. to Subscribe: {{ list.subscribe_other }}
Administrator(s)' Email Address(es): {{ list.admin }}
Purpose: {{ list.purpose }}
Area: {{ list.area }}
{% ifequal add_edit "delete" %}
Message from submitter:
{{ list.msg_to_ad }}
{% endifequal %}