{% load static %} {% load inventree_extras %} {% load i18n %} {% if not system_healthy %} {% for issue in system_issues %} {% endfor %} {% endif %}
{% trans "Server" %}
{% trans "Instance Name" %} {% inventree_instance_name %}
{% trans "Server status" %} {% if system_healthy %} {% trans "Healthy" %} {% else %} {% trans "Issues detected" %} {% endif %}
{% 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 }}