{% load i18n %}{% trans 'You have a new mail from the contact form' %}:

{% trans 'Name' %}:
{{ name }}

{% trans 'E-mail' %}:
{{email}}

{% trans 'Message' %}:
{{ body }}
