{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% block toolbar %}
{% if collector.publishedMessagesCount %}
{% set icon %}
{% endset %}
{% set text %}
Exchange | Message body |
---|---|
{{ log.exchange }} | {{ log.msg.body }} |
No messages were sent.
{% endif %} {% endblock %}