datatracker/ietf/templates/mailinglists/list_summary.txt
Bill Fenner faf885aabd MailingList model updates:
- Add domain helper function to default domain name to ietf.org
- Use correct values for post_who

Template updates:
- Use the domain helper function
- Use the post_who_display helper function
- Move some of the items that could wrap to the next line
 - Legacy-Id: 212
2007-06-01 20:40:21 +00:00

40 lines
1 KiB
Plaintext

Requestor: {{ list.requestor }}
Requestor's email address: {{ list.requestor_email }}
Email list name: {{ list.mlist_name }}@{{ list.domain }}
{% 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 }}
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.get_post_who_display }}
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 %}