{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}

{% blocktrans with user=user.username %}There has been a new comment on {{ component }} at {{ site_title }} by {{ user }}.{% endblocktrans %}

{% include "mail/snippets/source-string.html" %}

{% trans "Comment" %}

{{ comment.comment }}

{% trans "Edit this string" %}
{% endblock %}