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

Unsubscribed success

You ({{ email }}) will stop receiving monthly blog exports on your email.

To re-enable go to your blog settings.

{% else %}

Not subscribed

Email not subscribed to auto email exports.

{% endif %}
{% endblock %}