|
Get In Touch
New Message from {{ contact.name }}
|
{% for label, value in [
('Name', contact.name),
('Email', contact.email),
('Phone', contact.phone),
('Received', contact.created_at)
] %}
| {{ label }} |
{{ value }} |
{% endfor %}
Message
{{ contact.message }}
|
|