{% macro notification(id, title, message,date) %} {# Cette notifications est pour le bundle adminlte #}
{{ title }}
{{ date }}
{{ message }}
{% endmacro %}