{% load static %} {% load i18n %} {% load inventree_extras %} {% settings_value 'BARCODE_ENABLE' as barcodes %} {% settings_value 'REPORT_ENABLE_TEST_REPORT' as test_report_enabled %} {% block head %} {% endblock %} {% block page_title %} {% inventree_title %} {% endblock %} {% include "navbar.html" %}
{% block pre_content %} {% endblock %}
{% block sidenav %} {% endblock %}
{% block menubar %} {% endblock %}
{% block content %} {% endblock %}
{% block post_content %} {% endblock %}
{% include 'modals.html' %} {% include 'about.html' %} {% include 'notification.html' %}
{% block js_load %} {% endblock %} {% block js %} {% endblock %}