{% extends "templates/web.html" %} {% block title %} Unsubscribe from Newsletter {% endblock %} {% block navbar %}{% endblock %} {% block footer %}{% endblock %} {% block page_content %} {% if status == "waiting_for_confirmation" %}
{{_("Unsubscribe")}}
Select groups you wish to unsubscribe from ({{ email }})
{% if email_groups|length > 5 %} {% endif %}
{% if email_groups %}
{% for group in email_groups %}
{% endfor %}
{% else %}
You are not registered to any mailing list. {{ email }}
{% endif %} {% elif status == "unsubscribed" %}
Unsubscribed
You have been unsubscribed from selected mailing list.
{% else %}
Unsubscribe
Invalid request
{% endif %} {% endblock %} {% block style %} {% endblock %}