{% load i18n %}

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

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

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