{% extends '/admin/authenticated/layout/base.html.twig' %} {% import '/admin/components/helpers_macro.html.twig' as helpers %} {% block title %} Launch Subscriptions {% endblock %} {% block content %} {{ helpers.notifications_success() }} {{ helpers.notifications_error() }} {{ helpers.notifications_warning() }}
| Subscribed At | Notified | |||||||
|---|---|---|---|---|---|---|---|---|
| {{ item.createdAt|date('m/d/Y') }} | {{ item.email }} | {% if item.notified %} notified {% else %} not notified {% endif %} |
|
|||||
| No data found. | ||||||||