{% load i18n %}
{% trans  "Hello" %} {{resource.submitter.name}}

{{review.reviewer.name|safe}} ({{review.reviewer.email}}) {% trans  "did validate the following resource you submitted." %}

{% trans  "Title:" %} {{resource.name}}

{% trans  "Description:" %} {{resource.description}}

{% trans  "URI:" %} {{resource.uri}}
{% blocktrans %}
Have a nice day,

The Coopedia Knowledge Base Team.
{% endblocktrans %}