Contact Messages

All Contact Messages ({{ contacts.count }})

{% if contacts %} {% for contact in contacts %} {% endfor %}
NameEmailSubjectDateStatusActions
{{ contact.get_full_name }} {{ contact.get_email }} {{ contact.get_subject|truncatewords:8 }} {{ contact.submitted_at|date:"M d, Y H:i" }} {% if contact.is_read %}Read{% else %}Unread{% endif %} View
{% else %}

No Contact Messages

Contact form submissions will appear here.

{% endif %}