{% extends "base_site.html" %} {% block title %}Information about list {{mailinglist}}{% endblock %} {% block menu %}

{% if can_browse_archive %} Archives
{% endif %} {% if can_browse_subscribers %} Subscribers
{% endif %} {% endblock %} {% block content %}

{{mailinglist}}

{{mailinglist.subject}} {% if mailinglist.topic.all %}
Topic{{mailinglist.topic.all.count|pluralize}}: {% for t in mailinglist.topic.all %} {{t.name}}  {% endfor %} {% endif %}


{{mailinglist.description|safe}}

{% if profile %} {% if subscription%} {% if mailinglist.owner.user == user %} You are the owner of this list. You can not unsubscribe.
Mailing list settings {%else %} You are subscribed to this list since {{subscription.started.date|date:"D d M Y" }}.

{% csrf_token %}
{% endif%} {%else %}

Subscribe to this mailing list now!

{% csrf_token %} {{form.email.errors}}
{% endif %} {%else %}

Subscribe to this mailing list now!

{% csrf_token %} {{form.email.errors}} {% if not profile %} Email: {{ form.email }} {% endif %}

Already subscribed and you want to unsubscribe?

You need to log in using your subscription email address. If you've forgotten your password, you can request a new one here. {% endif %} {% endblock %}