{% include "header.html" %}
{{ heading(3, "Your subscription to " ~ list.id ~ ".","subscription") }}
{{ list.name }} {{ list.address }}
{% if list.is_description_html_safe %} {{ list.description|safe}} {% else %}

{{ list.description }}

{% endif %} {% if list.archive_url %}

{{ list.archive_url }}

{% endif %}
subscription settings
Unsubscribe
{% include "footer.html" %}