{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block section %}

Your subscription {{ subscription_title }} has been automatically disabled because:

{{ reason }}

{% if action_message %}

{{ action_message }}

{% else %}

To resume delivery, fix the issue above and re-enable the subscription.

{% endif %} {% if subscription_url %}
Manage subscription
{% endif %} {% endblock %}