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

{{ inviter_first_name }} has invited you to join {{ org_name }} on PostHog

{{ inviter_first_name }} ({{ inviter_email }}) has invited you to join {{ org_name }} on PostHog. PostHog is a product analytics suite that helps you better understand your users. Build the best product together.

{% if invite_message %}
{{ invite_message }}
{% endif %}
Join now

Or paste this link into your browser:

{{ invite }}

This invitation will expire on {{ expiry_date }}.

https://posthog.com

{% block footer %} {% endblock %} {% endblock %}{% load posthog_filters %}