{% load bloomerp %} {% with children=item.children.all %}
  • {% if item.is_folder %} {% else %} {% endif %}
    {% if item.is_folder %} {% endif %}
    {% if children %} {% endif %}
  • {% endwith %}