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