{% load i18n %} {% load ooi_extra %} {% if list.items %} {% if list.tree_meta.depth > 1 %} {% endif %}
{% for prop, item in list.items %} {% include "partials/elements/ooi_tree_table_row.html" %} {% endfor %}
{% endif %}