{% load static %} {% load bloomerp %} {% load crispy_forms_tags %}
    {% for item in tab_items %} {% if item.is_folder %}
  • {% else %}
  • {{ item.name }}
  • {% endif %} {% endfor %}
{% block content %} {% if include_detail_content %} {% include include_detail_content %} {% endif %} {% endblock content %}