{% load static %} {% load inventree_extras %} {% load i18n %} {% inventree_in_debug_mode as debug_mode %} {% if debug_mode %} {% endif %} {% inventree_docker_mode as docker_mode %} {% if docker_mode %} {% endif %} {% if user.is_staff %} {% if not django_q_running %} {% endif %} {% if not email_configured %} {% endif %} {% endif %} {% if not system_healthy %} {% for issue in system_issues %} {% endfor %} {% endif %}
{% 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 }}