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

Your loop {{ loop_name }}: {{ event_body }}

{% if report %}
{{ report }}
{% endif %} {% if run_url %}
View run

If the button above doesn't work, paste this link into your browser:
{{ run_url }}

{% endif %} {% endblock %}