{% extends "madga/site_base.html" %} {% load i18n %} {% block title %}{% trans "Unsubscribed" %} ยท {{ site.name|default:"MADGA" }}{% endblock %} {% block content %}

{% trans "You're unsubscribed" %}

{% blocktrans with email=subscriber.email site_name=site.name %}{{ email }} won't receive any more broadcasts from {{ site_name }}.{% endblocktrans %}

{% trans "Did this by mistake? Contact us and we'll re-add you." %}

{% trans "Back to the site" %}

{% endblock %}