diff --git a/InvenTree/templates/stats.html b/InvenTree/templates/stats.html index 7a22f88023..e1359e5886 100644 --- a/InvenTree/templates/stats.html +++ b/InvenTree/templates/stats.html @@ -87,31 +87,4 @@ {% endfor %} {% 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 }} - \ No newline at end of file