{% extends "templates/web.html" %} {% block title %} Unsubscribe from Newsletter {% endblock %} {% block page_content %} {% if status == "waiting_for_confirmation" %}
Unsubscribe
{% if email_groups %}
Select groups you wish to unsubscribe from. {{ email }}
{% if email_groups|length > 5 %} {% endif %}
{% 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 %}