{% extends "notifications/base.html" %} {% load i18n %} {% block body %}

{% trans "There is a new reply to content you have participated in by" %} {{ actor_name }}.

{% trans "React to the reply here:" %} {{ reply_url }}.

{{ reply_rendered|safe }}
{% endblock %}