{% extends 'layouts/admin/admin.html.twig' %} {% block title %}Admin - {{ context.get['app'] ? context.get['app'].name : company_name }} - {{ title }}{% endblock %} {% block body %}

Notifications

{{ title }}
Notifications Dates Actions
{{ notification.action }} {{ notification.titre }} {% if notification.contacts %} {{ notification.contacts.nomprenoms }} {% endif %} {% if notification.abonnes %} {{ notification.abonnes.nomprenoms }} {% endif %} edité(e) par {{ notification.user.username ?? (parametres.structure ? parametres.structure.name : company_name) }} {{ notification.createdAt ? notification.createdAt|date('d/m/Y à H:i:s') : '' }} {% include 'admin/notifications/_delete_form.html.twig' %}
{% endblock %}