{% load static %} {% load globals %} {% load bloomerp %} {% include "snippets/head.html" %} {% include 'snippets/sidebar.html' %}
{% block main %} {% if include_main_content %} {% include include_main_content %} {% endif %} {% endblock main %}
{% include "snippets/llm_modal_snippet.html" with id="bloom_ai" title="Bloom AI" query_type="bloom_ai" %} {% include 'snippets/messages.html' %} {% include 'snippets/todo_modal.html' %} {% block scripts %} {% endblock scripts %}