{% extends "stock/item_base.html" %} {% load static %} {% load inventree_extras %} {% load i18n %} {% block details %} {% include "stock/tabs.html" with tab="tracking" %} {% setting_object 'STOCK_OWNERSHIP_CONTROL' as owner_control %} {% if owner_control.value == "True" %} {% authorized_owners item.owner as owners %} {% endif %}