{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set icon %} {{ include('@Payum/Icon/payum.svg') }} Payum {% endset %} {#{% set text %}
...
{% endset %}#} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': true }) }} {% endblock %} {% block menu %} {# This left-hand menu appears when using the full-screen profiler. #} {{ include('@Payum/Icon/payum.svg') }} Payum {% endblock %} {% block panel %}

Gateway execution graph

{{ collector.dump()|raw }}
{% endblock %}