datatracker/ietf/templates/mailinglists/list_summary.txt
Bill Fenner 89a8834177 Rename "initial" to "initial_members" so that it doesn't shadow
the form attribute "initial" (as in initial data)

Render the form field-by-field for MailingListForm, so that
we can render the mailing list name conditionally as a text input
box or as a hidden field with the value in the page.  We can also
insert the domain name here too.  (Note that this means that
hidden fields in this form other than domain name have to be
treated specially!)
 - Legacy-Id: 270
2007-06-08 19:54:59 +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_members }}
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 %}