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

Notification

Id {{ notification.id }}
Date {{ notification.date ? notification.date|date('Y-m-d H:i:s') : '' }}
Content {{ notification.content }}
Seen {{ notification.seen ? 'Yes' : 'No' }}
back to list edit {{ include('CRUD/notification/_delete_form.html.twig') }} {% endblock %}