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

Notification

Id {{ notification.id }}
UserToken {{ notification.userToken }}
Message {{ notification.message }}
DateCreated {{ notification.dateCreated ? notification.dateCreated|date('Y-m-d H:i:s') : '' }}
Title {{ notification.title }}
back to list edit {{ include('notification/_delete_form.html.twig') }} {% endblock %}