{% load static %} {% load inventree_extras %} {% load i18n %} {% settings_value 'BARCODE_ENABLE' as barcodes %} {% settings_value 'STICKY_HEADER' user=request.user as sticky %} {% if roles.part.view %} {% trans "Parts" %} {% endif %} {% if roles.stock.view %} {% trans "Stock" %} {% endif %} {% if roles.build.view %} {% trans "Build" %} {% endif %} {% if roles.purchase_order.view %} {% trans "Buy" %} {% trans "Suppliers" %} {% trans "Manufacturers" %} {% trans "Purchase Orders" %} {% endif %} {% if roles.sales_order.view %} {% trans "Sell" %} {% trans "Customers" %} {% trans "Sales Orders" %} {% endif %} {% include "search_form.html" %} {% if barcodes %} {% endif %} {{ user.get_username }} {% if user.is_authenticated %} {% if user.is_staff %} {% trans "Admin" %} {% endif %} {% trans "Logout" %} {% else %} {% trans "Login" %} {% endif %} {% trans "Settings" %} {% if system_healthy or not user.is_staff %} {% else %} {% endif %} {% trans "System Information" %} {% if up_to_date %} {% else %} {% endif %} {% trans "About InvenTree" %} {% if sticky %}