{% extends '@WebProfiler/Profiler/base.html.twig' %} {% block body %}
{% include '@WebProfiler/Profiler/header.html.twig' only %}
{% block panel %} {% if about == 'purge' %}

The profiler database was purged successfully

Now you need to browse some pages with the Symfony Profiler enabled to collect data.

{% elseif about == 'upload_error' %}

A problem occurred when uploading the data

No file given or the file was not uploaded successfully.

{% elseif about == 'already_exists' %}

A problem occurred when uploading the data

The token already exists in the database.

{% elseif about == 'no_token' %}

Token not found

Token "{{ token }}" was not found in the database.

{% endif %} {% endblock %}
{% endblock %}