{% import '@SyliusUi/Macro/buttons.html.twig' as buttons %}
{% import _self as tree %}
{% macro render(taxons) %}
{% import '@SyliusUi/Macro/buttons.html.twig' as buttons %}
{% import _self as tree %}
{% for taxon in taxons|filter(taxon => taxon.id is not null) %}