{% load static %} {% load inventree_extras %} {% load i18n %}
{% trans "Server" %} | ||
{% trans "Instance Name" %} | {% inventree_instance_name %} | |
{% trans "Database" %} | {% inventree_db_engine %} | |
{% trans "Debug Mode" %} | {% trans "Server is running in debug mode" %} | |
{% trans "Docker Mode" %} | {% trans "Server is deployed using docker" %} | |
{% trans "Server status" %} | {% if system_healthy %} {% trans "Healthy" %} {% else %} {% trans "Issues detected" %} {% endif %} | |
{% trans "Background Worker" %} | {% trans "Background worker not running" %} | |
{% trans "Email Settings" %} | {% trans "Email settings not configured" %} | |
{% trans "Parts" %} | ||
{% trans "Part Categories" %} | {{ part_cat_count }} | |
{% trans "Parts" %} | {{ part_count }} | |
{% trans "Stock Items" %} | ||
{% trans "Stock Locations" %} | {{ stock_loc_count }} | |
{% trans "Stock Items" %} | {{ stock_item_count }} |