{% setting_object 'STOCK_OWNERSHIP_CONTROL' as owner_control %}
{% if owner_control.value == "True" %}
{% authorized_owners item.owner as owners %}
{% endif %}
{% if owner_control.value == "False" or owner_control.value == "True" and user in owners %}
{% if roles.stock.change and not item.is_building %}
{% endif %}
{% endif %}
{% trans "Child Stock Items" %}
{% if item.child_count > 0 %}
{% include "stock_table.html" with prefix="childs-" %}
{% else %}
{% trans "This stock item does not have any child items" %}