{% 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 "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" %} | |