{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}{{ invitee_first_name }}{% if invitee_last_name %} {{ invitee_last_name }}{% endif %} accepted their PostHog invitation{% endblock %} {% block section %}

{{ invitee_first_name }}{% if invitee_last_name %} {{ invitee_last_name }}{% endif %} ({{ invitee.email }}) just joined you at {{ organization_name }}.

View PostHog insights

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

{% endblock %}