datatracker/ietf/templates/mailinglists/list_summary.txt
Bill Fenner ac853962e2 Reduce repetition in the templates by moving "add/delete" logic to
view.

Fix up logic in templates, mailing list closing emails look
correct (both approval and denial, with and without messages
from the approver).
 - Legacy-Id: 210
2007-06-01 19:13:21 +00:00

37 lines
1.1 KiB
Plaintext

Requestor: {{ list.requestor }}
Requestor's email address: {{ list.requestor_email }}
Email list name: {{ list.mlist_name }}@{{ list.domain_name }}
{% ifequal req "delete" %}
Reason for closing list: {{ list.reason_to_delete }}
{% else %}
Short description of the email list: {{ list.short_desc }}
Long description of the email list: {{ list.long_desc }}
Administrator(s): {{ list.admins }}{# formatting? #}
Email address(es) of the initial subscriber(s) (optional):
{{ list.initial }}
Welcome message for initial subscriber(s) (optional):
{{ list.welcome_message }}
Welcome message for new subscriber(s) (optional):
{{ list.welcome_new }}
Required steps for subscription: {{ list.get_subscription_display }}
Messages to this list can be posted by: {{ list.post_who|yesno:"List members only,Open" }}
Administrator approval required for posts: {{ list.post_admin|yesno:"YES,NO" }}
Private Archive: {{ list.archive_private|yesno:"YES,NO" }}
Specific information about how to access and move the existing archive from a remote location (optional):
{{ list.archive_remote }}
{% endifequal %}