datatracker/ietf/templates/mailinglists/list_summary.txt
Bill Fenner 4e426dec4c Implement [most of] the approval side of mailing list requests.
Have to check the templates for deletion.
 - Legacy-Id: 209
2007-06-01 18:34:57 +00:00

38 lines
1.1 KiB
Plaintext

{% spaceless %}
{# wish to not repeat myself here #}
{% ifequal list.mail_type 5 %}
Reason for closing list: {{ list.reason_to_delete }}
{% else %}
{% ifequal list.mail_type 6 %}
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 %}
{% endifequal %}
{% endspaceless %}