{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set events = collector.events %} {% if events.messages|length %} {% set icon %} {% include('@WebProfiler/Icon/notifier.svg') %} {% endset %} {% set text %}
{% for transport in events.transports %} {% endfor %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': profiler_url }) }} {% endif %} {% endblock %} {% block head %} {{ parent() }} {% endblock %} {% block menu %} {% set events = collector.events %} {% endblock %} {% block panel %} {% set events = collector.events %}No notifications were sent.
{{ notification.getContent() ?? '(empty)' }}
                                                Importance
                                                {{ notification.getImportance() }}
                                            
                                                            {{- 'Subject: ' ~ notification.getSubject() }}
                                                            {{- 'Content: ' ~ notification.getContent() }}
                                                            {{- 'Importance: ' ~ notification.getImportance() }}
                                                            {{- 'Emoji: ' ~ (notification.getEmoji() is empty ? '(empty)' : notification.getEmoji()) }}
                                                            {{- 'Exception: ' ~ (notification.getException() ?? '(empty)') }}
                                                            {{- 'ExceptionAsString: ' ~ (notification.getExceptionAsString() is empty ? '(empty)' : notification.getExceptionAsString()) }}
                                                        
                                                    
                                                            {%- if message.getOptions() is null %}
                                                                {{- '(empty)' }}
                                                            {%- else %}
                                                                {{- message.getOptions()|json_encode(constant('JSON_PRETTY_PRINT')) }}
                                                            {%- endif %}