{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}New support ticket received{% endblock %} {% block section %}
A new support ticket has been created in project {{ team_name }}.
Ticket #{{ ticket_number }}
{% if customer_name %}From: {{ customer_name }}{% if customer_email %} ({{ customer_email }}){% endif %}
{% endif %}
Message:
{{ first_message }}
If the button above doesn't work, paste this link into your browser:
{{ ticket_url }}