{% extends "base.html" %} {% load static %} {% block body_class %}template-darkbackground newsletter-page{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

很遺憾聽到您取消電子報訂閱

{{ intro_message|safe }}
{% if can_submit %}
{% csrf_token %} {{ form.email }} {{ form.token }}
{% else %}

退訂連結已失效或缺少必要參數。

{% endif %}
{% endblock %}