{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}An issue has been assigned to you{% endblock %} {% block section %}
{{ assigner.first_name }} has assigned you an error tracking issue in project {{ team }}.
Issue: {{ assignment.issue.name }}
{% if assignment.issue.description %}Description: {{ assignment.issue.description }}
{% endif %}Status: {{ assignment.issue.status }}
If the button above doesn't work, paste this link into your browser:
{{ issue_url }}