{% extends 'layouts/message.html' %} {% block base %}

You'll not receive submissions for the form on {{ disabled_form.host }} targeting {{ disabled_form.email }} anymore.

{% if other_forms.count() %}

Would you like to unsubscribe from these other forms targeting {{ disabled_form.email }}?

{% if other_forms.count() > 1 %}
{% endif %} {% for f in other_forms %}
{% endfor %}

{% endif %}
{% endblock %}