{% load static %} {% load i18n %} {% load inventree_extras %} {% plugins_enabled as plugins_enabled %} {% settings_value 'BARCODE_ENABLE' as barcodes %} {% settings_value 'RETURNORDER_ENABLED' as return_order_enabled %} {% settings_value "REPORT_ENABLE" as report_enabled %} {% settings_value "SERVER_RESTART_REQUIRED" as server_restart_required %} {% settings_value "_PENDING_MIGRATIONS" as pending_migrations %} {% settings_value "LABEL_ENABLE" as labels_enabled %} {% inventree_show_about user as show_about %} {% block head %} {% endblock head %} {% block page_title %} {% inventree_title %} {% endblock page_title %} {% include "navbar.html" %}
{% block alerts %}
{% if server_restart_required %} {% endif %} {% if pending_migrations > 0 %} {% endif %}
{% endblock alerts %} {% block breadcrumb_list %} {% endblock breadcrumb_list %} {% block content %} {% endblock content %}
{% include 'modals.html' %} {% include "notifications.html" %} {% include "search.html" %}
{% include "third_party_js.html" %} {% block js_load %} {% endblock js_load %} {% block js %} {% endblock js %}