diff --git a/Resources/views/SymfonyProfiler/translation.html.twig b/Resources/views/SymfonyProfiler/translation.html.twig index 23d040f4..a4e2f190 100644 --- a/Resources/views/SymfonyProfiler/translation.html.twig +++ b/Resources/views/SymfonyProfiler/translation.html.twig @@ -120,6 +120,10 @@ {% include "@Translation/SymfonyProfiler/javascripts.html.twig" %} {% endblock %} +{% block panel %} + {{ block('panelContent') }} +{% endblock %} + {% macro render_table(messages, checkedByDefault = false) %}