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