{% extends '@novaconium/master.html.twig' %} {% block content %}

{{title}}

{% for msg in messages %} {% else %} {% endfor %}
Email Name Message Preview Created Status Actions
{{ msg.email }} {{ msg.name }} {{ msg.message }} {{ msg.created|date('Y-m-d H:i') }} {% if msg.unread %} Unread {% else %} Read {% endif %} Edit Delete
No messages found
{% endblock %}