{% trans_default_domain 'netgen_information_collection_profiler' %} {% extends '@WebProfiler/Profiler/layout.html.twig' %} {# collector \Netgen\Bundle\InformationCollectionBundle\DataCollector\InformationCollectionCollector #} {% block toolbar %} {% if collector.collectionCount > 0 %} {% set icon %} {{ include('@NetgenInformationCollection/data_collector/ic-icon-color.svg.twig') }} {{ collector.collectionCount }} {{ 'netgen_information_collection_profiler_items'|trans }} {% endset %} {% set text %} {% for collection in collector.collections %}
{{ collection.name }} {{ collection.value }}
{% endfor %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }} {% endif %} {% endblock %} {% block menu %} {{ include('@NetgenInformationCollection/data_collector/ic-icon-color.svg.twig') }} Information collection {% endblock %} {% block panel %}

Collected information

{% if collector.collectionCount > 0 %}
{{ collector.collectionCount }} Fields collected
{{ collector.content }} Content
{{ collector.contentType }} Content type
{% for collection in collector.collections %} {% endfor %}
Field name Field identifier Field type Collected value
{{ collection.name }} {{ collection.identifier }} {{ collection.type }} {{ collection.value }}
{% else %} There is no collected information for this request. {% endif %} {% endblock %}