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

{% trans "Hi,"%}

{% blocktrans %}there has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}

{% trans "Source string:" %} {% format_translation unit.source %}
{% trans "Comment:" %} {{ comment.comment }}

{% trans "You can edit this string at:" %}

{{ current_site_url }}{{ unit.get_absolute_url }}

{% include "mail/footer.html" %} {% endblock %}