{% if contacts %}
{% else %}
{% endif %}
| Name | Subject | Date | Status | Actions | |
|---|---|---|---|---|---|
| {{ 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 |
No Contact Messages
Contact form submissions will appear here.