{% extends "email/base.html" %} {% load posthog_assets %} {% block section %}
As requested, we've deleted your organization {{ organization_name }}{% if project_names %} and its project{{ project_names|length|pluralize }}: {{ project_names|join:", " }}{% endif %}.
This can't be undone, but hey, if you ever want to start fresh, we'll be here.
{% endblock %}{% load posthog_filters %} {% block heading %}Organization deleted{% endblock %}