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

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

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

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

{% trans  "URI:" %} {{resource.uri}}

{% trans  "Reason of the refusal:" %} {{review.comment}}

{% blocktrans %}
Have a nice day,

The Coopedia Knowledge Base Team.
{% endblocktrans %}