{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% if collector.displayInWdt %} {% set icon %} Assetic Assetic {% endset %} {% set text %}
Collections {{ collector.collections|length }}
{% endset %} {% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %} {% endif %} {% endblock %} {% block menu %} Assetic {{ collector.collectionCount }} {% endblock %} {% block panel %}

Assetic

{% if collector.collections|length %} {% for i, collection in collector.collections %} {% endfor %}
Collection Sources Filters Target Url
{{ i }}
    {% for asset in collection.assets %}
  • {{ asset }}
  • {% endfor %}
    {% for filter in collection.filters %}
  • {{ filter }}
  • {% endfor %}
{{ collection.target }}
{% else %}

No assetic collection

{% endif %} {% endblock %}