{% extends "InvenTree/settings/settings.html" %} {% load i18n %} {% block tabs %} {% include "InvenTree/settings/tabs.html" with tab='stock' %} {% endblock %} {% block subtitle %} {% trans "Stock Settings" %} {% endblock %} {% block settings %}

{% trans "Stock Options" %}

{% include "InvenTree/settings/header.html" %} {% include "InvenTree/settings/setting.html" with key="STOCK_ENABLE_EXPIRY" %} {% include "InvenTree/settings/setting.html" with key="STOCK_STALE_DAYS" %} {% include "InvenTree/settings/setting.html" with key="STOCK_ALLOW_EXPIRED_SALE" %} {% include "InvenTree/settings/setting.html" with key="STOCK_ALLOW_EXPIRED_BUILD" %} {% include "InvenTree/settings/setting.html" with key="STOCK_OWNERSHIP_CONTROL" %}
{% endblock %}