{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% if collector.dump|length %} {% set icon %} {{ include('@Payum/Icon/payum.svg') }} Payum {% 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 %}

Gateway execution graph

{% if collector.dump|length %}
{{ collector.dump|raw }}
{% else %}

No data was collected by Payum.

{% endif %} {% endblock %}