{% 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 "Plugin Support" %} {% plugins_enabled as p_en %} {% if p_en %} {% trans "Plugin support enabled" %} {% else %} {% trans "Plugin support disabled" %} {% endif %}
{% 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" %}