{% load i18n %}

{% trans "The user" %} {{ resource.owner.username }} {% trans "uploaded the following document" %}:
{{ resource.title }}

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