<%= render :partial => 'admin/shared/configuration_menu' %>

<%= t("inventory_settings") %>

Products with a zero inventory will <%= show_not(Spree::Config[:show_zero_stock_products]) %> be displayed

Backordering is <%= show_not(Spree::Config[:allow_backorders]) %> allowed

<%= link_to_with_icon 'edit', t("edit"), edit_admin_inventory_settings_path %>