%= render :partial => 'spree/admin/shared/configuration_menu' %>
<% content_for :page_title do %>
<%= t(:inventory_settings) %>
<% end %>
<% content_for :page_actions do %>
<%= link_to_with_icon 'icon-edit', t(:edit), edit_admin_inventory_settings_path, :id => 'admin_inventory_settings_link', :class => 'button' %>
<% end %>
- <%= t(:products_with_zero_inventory_display, :not => show_not(Spree::Config[:show_zero_stock_products])) %>
- <%= t(:backordering_is_allowed, :not => show_not(Spree::Config[:allow_backorders])) %>