{% load i18n %}

{% trans "A comment has been posted for the map" %} {{ instance.content_object.title }} 
{% trans "by the user" %} {{ instance.author.username }}

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