{% extends 'base.html.twig' %} {% block title %}Newsletter index{% endblock %} {% block body %}
| Id | DateInscription | actions | |
|---|---|---|---|
| {{ newsletter.id }} | {{ newsletter.email }} | {{ newsletter.dateInscription ? newsletter.dateInscription|date('Y-m-d H:i:s') : '' }} | show edit |
| no records found | |||