{% if row.children is defined and row.children|length > 0 %}
{{ macros.child_sortable(row.children) }}
{% endif %}
{% endif %}
{% endfor %}
{% endmacro %}
{% macro child_sortable_articleFamille(data) %}
{% import _self as macros %}
{% for row in data %}
{% if row.famille is defined %}