{% load i18n %}

{% trans "The user" %} {{ instance.user.username }} 
{% trans "rated" %} {{ instance.rating }}
{% trans "the following document" %}:
{{ instance.content_object.title }}, {% trans "owned by" %} {{ instance.content_object.owner.username }}

{% trans "You can visit the layer's detail page here" %}: http://{{ current_site }}{% url "document_detail" instance.content_object.id %}
