{% extends 'admin/layout.html.twig' %} {% block title %}Mail index{% endblock %} {% block content %}

Mail index

{% for mail in mails %} {% else %} {% endfor %}
Groupe MailNewsletter CreateAt Secure_id actions
{{ mail.groups.name }} {{ mail.email }} {{ mail.createAt ? mail.createAt|date('Y-m-d H:i:s') : '' }} {{ mail.secureId }} show edit
no records found
Create new {% endblock %}