{% extends 'base.html.twig' %} {% block title %}Notification index{% endblock %} {% block body %}

Notification index

{% for notification in notifications %} {% else %} {% endfor %}
Id UserToken Message DateCreated Title actions
{{ notification.id }} {{ notification.userToken }} {{ notification.message }} {{ notification.dateCreated ? notification.dateCreated|date('Y-m-d H:i:s') : '' }} {{ notification.title }} show edit
no records found
Create new {% endblock %}