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