{% extends "mail/base.html" %} {% load url from future %} {% load i18n %}{% load translations %} {% block content %}
{% trans "Hi,"%}
{% blocktrans with site|site_title as site_title %}there has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}
{% trans "Source string:" %} | {{ unit.source|fmttranslation }} |
---|---|
{% trans "Comment:" %} | {{ comment.comment }} |
{% trans "You can edit this string at:" %}
{% include "mail/footer.html" %} {% endblock %}