{% include "header.html" %}
{{ subscription_mailto.address }}
with the following subject: {{ subscription_mailto.subject}}
{{ subscription_mailto.address }}
List is not open for subscriptions.
{% endif %} {% set unsubscription_mailto=list.unsubscription_mailto() %} {% if unsubscription_mailto %}
{{ unsubscription_mailto.address }}
with the following subject: {{unsubscription_mailto.subject}}
{{ unsubscription_mailto.address }}
List is announce-only, i.e. you can only subscribe to receive announcements.
{% elif post_policy.subscription_only %}List is subscription-only, i.e. you can only post if you are subscribed.
If you are subscribed, you can send new posts to:
{{ list.address }}
List is open to all posts after approval by the list owners.
You can send new posts to:
{{ list.address }}
List is not open for submissions.
{% endif %} {% endif %}{{ posts | length }} post(s)
{% for post in posts %} {% endfor %}