{% load i18n %}

{% blocktrans with name=object.name site_domain=DJTOOLS_CONTACTREQUESTS_SITE_DOMAIN %}{{ name }} has contacted you from {{ site_domain }}{% endblocktrans %}

{% trans "Their message is:" %}
{{ object.message }}

{% trans "They want to be contacted throught:" %} {{ object.contact_information }}
