{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% if collector.dump|length %} {% set icon %} {{ include('@Payum/Icon/payum.svg') }}
{% endset %} {#{% set text %} {% endset %}#} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': true }) }} {% endif %} {% endblock %} {% block menu %} {# This left-hand menu appears when using the full-screen profiler. #} {{ include('@Payum/Icon/payum.svg') }} Payum {% endblock %} {% block panel %}{{ collector.dump|raw }}{% else %}
No data was collected by Payum.