{% extends "email/base.html" %} {% load posthog_assets %} {% block section %}
{% if is_test %} This is a test delivery for the {{ alert_name }} alert on {{ insight_name }} in project {{ project_name }}: {% else %} The {{ alert_name }} alert is firing for {{ insight_name }} in project {{ project_name }}: {% endif %}