{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block preheader %}Your pull request is ready{% endblock %} {% block heading %}Your pull request is ready{% endblock %} {% block section %}

Hey{% if first_name %} {{ first_name }}{% endif %},

The wizard set up PostHog in {{ repository }} and opened a pull request for {{ project_name }}{% if organization_name %} in {{ organization_name }}{% endif %}.

{% if branch_name %}

Branch: {{ branch_name }}

{% endif %}
Review the pull request

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

{% endblock %}