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

{% if self_invite %} You have been subscribed {% else %} {{ inviter.first_name }} has subscribed you {% endif %} to the {{ resource_noun }} {{ resource_name }} on PostHog.

{{ invite_summary }}

{% if invite_message %}
"{{ invite_message }}"
{% endif %} {% else %}

Hello,

Your subscription to the {{ resource_noun }} {{ resource_name }} is ready! {% if resource_noun == "Dashboard" %} Email subscriptions are limited to at most 6 insights. {% endif %}

{% endif %} {% if asset_data|length < total_asset_count %}

SHOWING {{ asset_data|length }} OF {{ total_asset_count }} DASHBOARD INSIGHTS

{% endif %} {% if change_summary %}

AI summary:

{{ change_summary|linebreaksbr }}
{% elif summary_skipped_over_budget %}

AI summary skipped

Your organization has reached its AI credit usage limit, so the AI summary wasn't generated for this report. Increase the limit in Billing settings to resume summaries.

{% endif %} {% for asset in asset_data %} {% if asset.error %}

❌ {{ asset.insight_name }}

There was an error generating your asset: {{ asset.error_message }}

If this issue persists, please contact support.

{% else %} {% endif %} {% endfor %}
View in PostHog

Manage this subscription in PostHog or unsubscribe now.

{% endblock %}{% load posthog_filters %}