{% include "header.html" %}
{% if preamble %}
{% if preamble.custom %} {{ preamble.custom|safe }} {% else %} {% if not post_policy.no_subscriptions %}

Subscribe

{% set subscribe_mailto=list.subscribe_mailto() %} {% if subscribe_mailto %} {% if subscribe_mailto.subject %}

{{ subscribe_mailto.address }} with the following subject: {{ subscribe_mailto.subject}}

{% else %}

{{ subscribe_mailto.address }}

{% endif %} {% else %}

List is not open for subscriptions.

{% endif %} {% set unsubscribe_mailto=list.unsubscribe_mailto() %} {% if unsubscribe_mailto %}

Unsubscribe

{% if unsubscribe_mailto.subject %}

{{ unsubscribe_mailto.address }} with the following subject: {{unsubscribe_mailto.subject}}

{% else %}

{{ unsubscribe_mailto.address }}

{% endif %} {% endif %} {% endif %}

Post

{% if post_policy.announce_only %}

List is announce-only, i.e. you can only subscribe to receive announcements.

{% elif post_policy.subscriber_only %}

List is subscriber-only, i.e. you can only post if you are subscribed.

If you are subscribed, you can send new posts to: {{ list.address }}

{% elif post_policy.approval_needed or post_policy.no_subscriptions %}

List is open to all posts after approval by the list owners.

You can send new posts to: {{ list.address }}

{% else %}

List is not open for submissions.

{% endif %} {% endif %}

{% endif %}

Calendar

{%- from "calendar.html" import cal %} {% for date in months %} {{ cal(date, hists, root_prefix, list.pk) }} {% endfor %}

Posts

{{ posts | length }} post(s)

{% for post in posts %}
{{ post.subject }}
{% endfor %}
{% include "footer.html" %}