{% extends 'django_aws_ses/base.html' %} {% load static %} {% block extrahead %} {% endblock %} {% block title1 %}Email Subscription{% endblock title1 %} {% block content %}
{{ user_email|escape }} has been {% if request.GET.resubscribe %}re-subscribed{% else %}unsubscribed{% endif %} from our email list.
Return to home.
{% else %}Please confirm your subscription preference for your email.
Return to home.
{% endif %}