{% extends 'main/layout.html' %} {% block title %}Unsubscribing from the email newsletter — {{ blog_user.username }} at Mataroa{% endblock %} {% block content %}
{% if blog_user.blog_title %} {{ blog_user.blog_title }} {% endif %} {% if unsubscribed %}

Unsubscribed success

{{ email }} was successfully deleted and will stop receiving emails.

To re-subscribe go here.

{% else %}

Not subscribed

Subscribe to start receiving email notifications.

{% endif %}
{% endblock %}