{% 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') }} {% endset %} {% set text %} {% for collection in collector.collections %}
{% 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 %}Field name | Field identifier | Field type | Collected value |
---|---|---|---|
{{ collection.name }} | {{ collection.identifier }} | {{ collection.type }} | {{ collection.value }} |