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

{{ user_name }} {{ action }}

{% if enhanced_privacy %}
Details about this activity are not shown in this email since enhanced privacy controls are enabled. For more details about this activity, view on Sentry.
{% else %} {% if comment %}
{% email_avatar user_name user_email 48 %}
{{ comment|urlize|linebreaks }}
{% endif %} {% endif %} {% endblock %}