{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}user-search{% endblock %} {% block heading %} {% trans "Search Settings" %} {% endblock %} {% block content %}
{% include "InvenTree/settings/setting.html" with key="SEARCH_PREVIEW_RESULTS" user_setting=True icon='fa-search' %} {% include "InvenTree/settings/setting.html" with key="SEARCH_SHOW_STOCK_LEVELS" user_setting=True icon='fa-boxes' %} {% include "InvenTree/settings/setting.html" with key="SEARCH_HIDE_INACTIVE_PARTS" user_setting=True icon='fa-eye-slash' %}
{% endblock %}