{% load i18n %}
{% trans "Message from the contact form" %}
{% trans "Sender" %}: {{ sender }} ({{ email }})
{% trans "The message follows." %}
================================================================================
{{ message }}
================================================================================

--
{% trans "message sent with envelope - a contact form app for Django" %}
