{% load i18n %}
{% trans "The user" %} {{ instance.user.username }} <br/>
{% trans "rated" %} {{ instance.rating }} <br/>
{% trans "the following document" %}: <br/>
{{ instance.content_object.title }}, {% trans "owned by" %} {{ instance.content_object.owner.username }}<br/>
{% trans "You can visit the layer's detail page here" %}: http://{{ current_site }}{% url "document_detail" instance.content_object.id %}
