{% load i18n %}

{% trans "The following map was updated" %}:
{{ resource.title }}, {% trans "owned by" %} {{ resource.owner.username }}

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