{{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" }}.
{% endif%}
{%else %}
Subscribe to this mailing list now!
{% endif %}
{%else %}
Subscribe to this mailing list now!
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 %}