{% extends "sentry/emails/activity/generic.html" %} {% load sentry_avatars %} {% load sentry_helpers %} {% load sentry_assets %} {% block activity %}

New Feedback from {{ report.name }}

{% if enhanced_privacy %}
Details about this feedback are not shown in this notification since enhanced privacy controls are enabled. For more details about this feedback, view on Sentry.
{% else %}
{% email_avatar report.name report.email 48 %}
{{ report.comments|urlize|linebreaks }}
{% endif %} {% endblock %}