ui2022/legend.html.twig line 1

Open in your IDE?
  1. {% set items = _args.items|default([]) %}
  2. <div class="dashboard__donutlegends">
  3.     {% block items %}
  4.         {% for item in items %}
  5.             {% include '@ui2022/legend__item.html.twig' with item %}
  6.         {% endfor %}
  7.     {% endblock %}
  8. </div>