{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% set icon %} {{ include('@ContaoCore/Collector/contao.svg') }} {{ collector.summary.version }} {% endset %} {% set text %} {% if collector.summary.frontend %}
Page layout {{ collector.summary.layout }}
Template {{ collector.summary.template|default('n/a') }}
FE preview {% if collector.summary.preview %} enabled {% else %} disabled {% endif %}
{% endif %}
Resources Read the Contao docs
Help Contao support channels
{% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: true, name: 'contao', additional_classes: (((collector.summary.preview) ? 'sf-toolbar-status-yellow ' : '') ~ 'sf-toolbar-block-right') }) }} {% endblock %} {% block menu %} {{ include('@ContaoCore/Collector/contao.svg') }} Contao {% endblock %} {% block panel %}

Summary

{{ collector.summary.version }} Contao version
{{ collector.summary.models }} Registered models
{% if collector.summary.layout %}
{{ collector.summary.layout }} Page layout
{% endif %}

Classes set

{% for class in collector.classesset %} {% endfor %}
Class name
{{ class }}

Classes aliased

{% for alias, original in collector.classesaliased %} {% endfor %}
Alias name Original name
{{ alias }} {{ original }}

Classes composerized

{% for alias, original in collector.classescomposerized %} {% endfor %}
Alias name Original name
{{ alias }} {{ original }}
{% if collector.additionaldata %}

Other

            {{ dump(collector.additionaldata) }}
        
{% endif %} {% endblock %}