{% trans "FROM" %} {{ first_name }} {{ last_name }}
{% trans "PHONE" %} {{ phone|phone2numeric }}
{% trans "EMAIL" %} {{ email }}
{% trans "WEBSITE" %} {{ url }}
{% trans "ADDRESS" %} {{ address }}
{% trans "CITY" %} {{ city }}
{% trans "STATE" %} {{ state }}
{% trans "ZIPCODE" %} {{ zipcode }}
{% trans "COUNTRY" %} {{ country }}
{% blocktrans with m=message|linebreaks %}{{ m }}{% endblocktrans %}
{% trans "View message online:" %} {{ message_link }}{{ contact.get_absolute_url }}