{% load static %} {% load globals %} {% load bloomerp %}
{% include "snippets/head.html" %}
{% avatar object=request.user class_name="rounded-circle" size=40 %}
{{request.user.first_name}} {{request.user.last_name}}
{{request.user.username}}
Account Settings
{% if request.user.is_staff %}
Admin page
{% endif %}
Bookmarks
{% csrf_token %}
Sign Out
{% 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 %}