{% load i18n %} {% load static %} {% block preview_text %} {% blocktrans trimmed %} Hi {{ thread_username }} {% endblocktrans %} {% endblock %} {% block content %}
{% blocktrans trimmed %}

Hi {{ thread_username }},

{{ comment_username }} made the following reply to {{ thread_title }} at {{ comment_created_at }}.

{{ comment_body }}

View the discussion.

{% endblocktrans %}

{# email client support for style sheets is pretty spotty, so we have to inline all of these styles #}

{% endblock %} {% block google_analytics_pixel %} {% endblock %}