{% load i18n %}
{% trans "A comment has been posted for the document" %} {{ resource.title }} {% trans "by the user" %} {{ author.username }}<br/>
{% trans "You can visit the document's detail page here" %}: http://{{ current_site }}{% url "document_detail" resource.id %}
